Rudrameher45 commited on
Commit
fa22e97
·
verified ·
1 Parent(s): a5a2a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ def home():
41
 
42
  # Run the app
43
  if __name__ == '__main__':
44
- app.run(host='0.0.0.0', port=5000, debug=False)
45
 
46
 
 
41
 
42
  # Run the app
43
  if __name__ == '__main__':
44
+ app.run(debug=False)
45
 
46