Geek7 commited on
Commit
fb77553
1 Parent(s): 3af9bb2

Update myapp.py

Browse files
Files changed (1) hide show
  1. myapp.py +1 -1
myapp.py CHANGED
@@ -79,4 +79,4 @@ def generate_api():
79
 
80
  # Add this block to make sure your app runs when called
81
  if __name__ == "__main__":
82
- myapp.run(host='0.0.0.0', port=7860) # Run directly if needed for testing
 
79
 
80
  # Add this block to make sure your app runs when called
81
  if __name__ == "__main__":
82
+ myapp.run(host='0.0.0.0', port=7860) # Run directly if needed for testin