dy2dx2 commited on
Commit
b67a19c
1 Parent(s): 8f7ad03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Physics Assistant") as demo:
67
 
68
  send.click(predict, inputs=[txt], outputs=bot)
69
 
70
- demo.launch(inline=False)
 
67
 
68
  send.click(predict, inputs=[txt], outputs=bot)
69
 
70
+ demo.launch(inline=False, share=True)