Update app.py
Browse files
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 |
|