Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
|
|
144 |
|
145 |
gr.Markdown(""" ### Ask a question """)
|
146 |
|
147 |
-
chatbot = gr.Chatbot()
|
148 |
msg = gr.Textbox(placeholder=PLACEHOLDER)
|
149 |
clear = gr.ClearButton([msg, chatbot])
|
150 |
|
|
|
144 |
|
145 |
gr.Markdown(""" ### Ask a question """)
|
146 |
|
147 |
+
chatbot = gr.Chatbot()
|
148 |
msg = gr.Textbox(placeholder=PLACEHOLDER)
|
149 |
clear = gr.ClearButton([msg, chatbot])
|
150 |
|