Update myapp.py
Browse files
myapp.py
CHANGED
@@ -14,4 +14,4 @@ def home():
|
|
14 |
|
15 |
# Add this block to make sure your app runs when called
|
16 |
if __name__ == "__main__":
|
17 |
-
myapp.run(host='0.0.0.0', port=
|
|
|
14 |
|
15 |
# Add this block to make sure your app runs when called
|
16 |
if __name__ == "__main__":
|
17 |
+
myapp.run(host='0.0.0.0', port=7860) # Run directly if needed for testing
|