Rudrameher45 commited on
Commit
6fa95ea
·
verified ·
1 Parent(s): f75beb0

Update app.py

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