Spaces:
Runtime error
Runtime error
fix: no header
Browse files
app.py
CHANGED
@@ -305,9 +305,9 @@ with gr.Blocks(css=CSS) as demo:
|
|
305 |
|
306 |
chatbot.like(vote, None, None)
|
307 |
|
308 |
-
output = gr.Textbox(label="What you can expect coming:")
|
309 |
-
textbox.change(fn=evolve_text, inputs=textbox, outputs=output,
|
310 |
-
|
311 |
|
312 |
#textbox.render()
|
313 |
chat_interface.render()
|
|
|
305 |
|
306 |
chatbot.like(vote, None, None)
|
307 |
|
308 |
+
#output = gr.Textbox(label="What you can expect coming:")
|
309 |
+
#textbox.change(fn=evolve_text, inputs=textbox, outputs=output,
|
310 |
+
# show_progress = False, status_tracker = None)
|
311 |
|
312 |
#textbox.render()
|
313 |
chat_interface.render()
|