Spaces:
Sleeping
Sleeping
added browser line
Browse files- ui/interface_design.py +1 -1
ui/interface_design.py
CHANGED
|
@@ -57,6 +57,6 @@ def interface_init():
|
|
| 57 |
|
| 58 |
# Connect thumbs down to continue troubleshooting
|
| 59 |
# thumbs_down.click(fn=feedback_negative, inputs=[chat_history], outputs=chatbot)
|
| 60 |
-
app.queue().launch(
|
| 61 |
|
| 62 |
# %%
|
|
|
|
| 57 |
|
| 58 |
# Connect thumbs down to continue troubleshooting
|
| 59 |
# thumbs_down.click(fn=feedback_negative, inputs=[chat_history], outputs=chatbot)
|
| 60 |
+
app.queue().launch()
|
| 61 |
|
| 62 |
# %%
|