VaibT commited on
Commit
623e0e1
·
verified ·
1 Parent(s): 81807f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
154
  submit_btn.click(respond, [msg, chatbot], [msg, chatbot])
155
  copy_btn.click(None, None, None, js=copy_js)
156
 
157
- demo.launch()
 
154
  submit_btn.click(respond, [msg, chatbot], [msg, chatbot])
155
  copy_btn.click(None, None, None, js=copy_js)
156
 
157
+ demo.launch(share=True, css=custom_css, theme=gr.themes.Soft())