Vikas01 commited on
Commit
b3b9b7d
1 Parent(s): 755cdc1

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()
 
42
  return render_template ('data.html', data = rows)
43
 
44
  if __name__ == '__main__' :
45
+ app.run(host=0.0.0.0,port=7806)