Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
1a29ab3
1
Parent(s):
f72f3f6
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
133 |
completion.
|
134 |
"""
|
135 |
)
|
136 |
-
|
137 |
-
conversation = Chat()
|
138 |
with gr.Row():
|
139 |
with gr.Column():
|
140 |
# to do: change to openaikey input for public release
|
@@ -145,6 +144,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
145 |
placeholder="sk..",
|
146 |
info="You have to provide your own OpenAI API key.",
|
147 |
)
|
|
|
148 |
chatbot = gr.Chatbot().style(height=400)
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|
|
|
133 |
completion.
|
134 |
"""
|
135 |
)
|
136 |
+
conversation = Chat()
|
|
|
137 |
with gr.Row():
|
138 |
with gr.Column():
|
139 |
# to do: change to openaikey input for public release
|
|
|
144 |
placeholder="sk..",
|
145 |
info="You have to provide your own OpenAI API key.",
|
146 |
)
|
147 |
+
)
|
148 |
chatbot = gr.Chatbot().style(height=400)
|
149 |
with gr.Row():
|
150 |
with gr.Column():
|