rodrigomasini commited on
Commit
d7639d0
·
verified ·
1 Parent(s): e70011d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -220,5 +220,5 @@ def main_page():
220
  'outlined readonly placeholder="Output will appear here..."')
221
 
222
 
223
- # Run the NiceGUI application
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)