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

Update app.py

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