Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ Speak or type your robot idea and we’ll generate, simulate, and deploy it live
|
|
34 |
|
35 |
launch_btn.click(fn=run_async, inputs=user_idea, outputs=out)
|
36 |
|
37 |
-
demo.launch()
|
38 |
|
39 |
if __name__ == "__main__":
|
40 |
run_app()
|
|
|
34 |
|
35 |
launch_btn.click(fn=run_async, inputs=user_idea, outputs=out)
|
36 |
|
37 |
+
demo.launch(share=True)
|
38 |
|
39 |
if __name__ == "__main__":
|
40 |
run_app()
|