Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Start-Ten
/
Geogebra_Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Start_Ten
commited on
Jun 24, 2025
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
)