com3dian commited on
Commit
ac7741f
·
verified ·
1 Parent(s): 8542abb

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -95,4 +95,4 @@ def handle_submission(n_clicks, contents, filename):
95
  return status, leaderboard
96
 
97
  if __name__ == '__main__':
98
- app.run_server(debug=True)
 
95
  return status, leaderboard
96
 
97
  if __name__ == '__main__':
98
+ app.run(debug=True)