segestic commited on
Commit
19233ea
·
1 Parent(s): fa543ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import subprocess
2
 
3
- subprocess.run("uvicorn application.server.main:app --host 0.0.0.0 --port 5051", shell=True)
 
4
 
5
 
6
  import streamlit as st
 
1
  import subprocess
2
 
3
+ #port = $PORT
4
+ subprocess.run("uvicorn application.server.main:app --host 0.0.0.0 --port 8501", shell=True)
5
 
6
 
7
  import streamlit as st