Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
|
|
23 |
description="Enter your Python code and click 'Execute Code' to run it."
|
24 |
)
|
25 |
|
26 |
-
iface.launch()
|
|
|
23 |
description="Enter your Python code and click 'Execute Code' to run it."
|
24 |
)
|
25 |
|
26 |
+
iface.launch(share=True)
|