Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -65,4 +65,4 @@ with gr.Blocks(title="🏆 Hackathon Leaderboard") as demo:
|
|
65 |
outputs=[status_output, leaderboard_output]
|
66 |
)
|
67 |
|
68 |
-
demo.launch()
|
|
|
65 |
outputs=[status_output, leaderboard_output]
|
66 |
)
|
67 |
|
68 |
+
demo.launch(share=True)
|