Spaces:
Runtime error
Runtime error
André Catarino
commited on
Commit
·
ae2811b
1
Parent(s):
f91afe7
wip
Browse files- app/app.py +2 -0
app/app.py
CHANGED
@@ -51,5 +51,7 @@ app.layout = html.Div(
|
|
51 |
]
|
52 |
)
|
53 |
|
|
|
|
|
54 |
if __name__ == "__main__":
|
55 |
app.run_server(host = '0.0.0.0', port='8050', debug=False)
|
|
|
51 |
]
|
52 |
)
|
53 |
|
54 |
+
server = app.server
|
55 |
+
|
56 |
if __name__ == "__main__":
|
57 |
app.run_server(host = '0.0.0.0', port='8050', debug=False)
|