Arts-of-coding
commited on
Commit
•
4375951
1
Parent(s):
7719b43
Update main.py
Browse files
main.py
CHANGED
@@ -77,4 +77,4 @@ def serve_dashboard1():
|
|
77 |
|
78 |
# Start the FastAPI server
|
79 |
if __name__ == "__main__":
|
80 |
-
uvicorn.run(
|
|
|
77 |
|
78 |
# Start the FastAPI server
|
79 |
if __name__ == "__main__":
|
80 |
+
uvicorn.run(dashboard1, host="0.0.0.0", port=5000)
|