sarim commited on
Commit
c4bc7b6
·
1 Parent(s): ca75418

update host and port

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -113,4 +113,4 @@ def update_histogram_graph(userName):
113
 
114
 
115
  if __name__ == '__main__':
116
- app.run(port='8051',debug=True)
 
113
 
114
 
115
  if __name__ == '__main__':
116
+ app.run(port='7860',debug=True,host='0.0.0.0')