ramedde commited on
Commit
e007e2c
·
verified ·
1 Parent(s): 1f6aac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,5 +289,5 @@ with gr.Blocks(title="Spelling Practice", css=CSS) as demo:
289
  export_btn.click(export_history,[session], [history_box])
290
 
291
  if __name__ == "__main__":
292
- demo.launch(server_name="0.0.0.0", server_port=7860)
293
 
 
289
  export_btn.click(export_history,[session], [history_box])
290
 
291
  if __name__ == "__main__":
292
+ demo.launch(server_name="0.0.0.0", server_port=7860,share=True)
293