Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -235,4 +235,4 @@ with gr.Blocks() as demo:
|
|
235 |
clean.click(fn = callback_clean, inputs = [], outputs = [chatbot,reserved_chatbot] )
|
236 |
|
237 |
|
238 |
-
demo.launch(debug=True
|
|
|
235 |
clean.click(fn = callback_clean, inputs = [], outputs = [chatbot,reserved_chatbot] )
|
236 |
|
237 |
|
238 |
+
demo.launch(debug=True)
|