Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
9d0f9d1
1
Parent(s):
1a29ab3
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
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():
|
|
|
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():
|