Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gofor5
/
Geogebra_Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gofor5
commited on
Jun 24
Commit
6269e6e
·
verified
·
1 Parent(s):
984bdfe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -208,4 +208,4 @@ with gr.Blocks(title="GeoGebra数学测试题", theme=gr.themes.Soft()) as app:
208
209
# 启动应用
210
if __name__ == "__main__":
211
-
app.launch()
208
209
# 启动应用
210
if __name__ == "__main__":
211
+
app.launch(
share=True
)