Spaces:
Configuration error
Configuration error
Upload streamlit_app.py with huggingface_hub
Browse files- 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()
|