w3680 commited on
Commit
340b532
·
1 Parent(s): b256676

added browser line

Browse files
Files changed (1) hide show
  1. 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(ssr=False)
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
  # %%