Spaces:
Running
Running
Arts-of-coding
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -55,4 +55,4 @@ external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
|
55 |
if __name__ == "__main__":
|
56 |
server = FastAPI()
|
57 |
server.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
|
58 |
-
|
|
|
55 |
if __name__ == "__main__":
|
56 |
server = FastAPI()
|
57 |
server.mount("/dashboard1", WSGIMiddleware(dashboard1.server))
|
58 |
+
app.run(server, host="0.0.0.0")
|