IamHussain commited on
Commit
2e4c567
·
1 Parent(s): b850ffd

Added Flask API for score submission

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=8503, host="0.0.0.0")
 
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")