Vikas01 commited on
Commit
2d9ae34
1 Parent(s): 52e58ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ def datafetch():
101
 
102
 
103
  if __name__ == '__main__' :
104
- app.run(app,host="0.0.0.0", port=7860)
 
101
 
102
 
103
  if __name__ == '__main__' :
104
+ app.run(host="0.0.0.0", port=7860)