Spaces:
Sleeping
Sleeping
IamHussain commited on
Commit ·
2e4c567
1
Parent(s): b850ffd
Added Flask API for score submission
Browse files
app.py
CHANGED
|
@@ -74,4 +74,4 @@ if st.button("Display Top 10 Scores"):
|
|
| 74 |
|
| 75 |
# This is necessary to run Flask alongside Streamlit on Hugging Face
|
| 76 |
if __name__ == '__main__':
|
| 77 |
-
app.run(port=
|
|
|
|
| 74 |
|
| 75 |
# This is necessary to run Flask alongside Streamlit on Hugging Face
|
| 76 |
if __name__ == '__main__':
|
| 77 |
+
app.run(port=8501, host="0.0.0.0")
|