DarshanScripts commited on
Commit
43b4532
·
verified ·
1 Parent(s): eb5fd4d

Upload streamlit_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. streamlit_app.py +6 -0
streamlit_app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ """Streamlit app entry point for HuggingFace Spaces"""
2
+
3
+ from stratego.web.app import main
4
+
5
+ if __name__ == "__main__":
6
+ main()