Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
383cd46
1
Parent(s):
a003c17
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks(
|
|
137 |
placeholder="",
|
138 |
show_label=False,
|
139 |
).style(container=False)
|
140 |
-
|
141 |
chatbot = gr.Chatbot().style(height=400)
|
142 |
with gr.Row():
|
143 |
with gr.Column():
|
|
|
137 |
placeholder="",
|
138 |
show_label=False,
|
139 |
).style(container=False)
|
140 |
+
|
141 |
chatbot = gr.Chatbot().style(height=400)
|
142 |
with gr.Row():
|
143 |
with gr.Column():
|