Gofor5 commited on
Commit
6269e6e
·
verified ·
1 Parent(s): 984bdfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)