Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -220,5 +220,5 @@ def main_page():
|
|
220 |
'outlined readonly placeholder="Output will appear here..."')
|
221 |
|
222 |
|
223 |
-
#
|
224 |
-
ui.run()
|
|
|
220 |
'outlined readonly placeholder="Output will appear here..."')
|
221 |
|
222 |
|
223 |
+
# NiceGUI application on port 8080
|
224 |
+
ui.run(host='0.0.0.0', port=8080)
|