Vikas01 commited on
Commit
9aa99b5
1 Parent(s): b3b9b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def datafetch():
42
  return render_template ('data.html', data = rows)
43
 
44
  if __name__ == '__main__' :
45
- app.run(host=0.0.0.0,port=7806)
 
42
  return render_template ('data.html', data = rows)
43
 
44
  if __name__ == '__main__' :
45
+ app.run(host="0.0.0.0", port=7860)