Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from threading import Thread
|
|
| 5 |
# Set port for FastAPI (internal)
|
| 6 |
FASTAPI_PORT = 8000
|
| 7 |
# Streamlit port (externally accessible)
|
| 8 |
-
STREAMLIT_PORT =
|
| 9 |
|
| 10 |
def run_fastapi():
|
| 11 |
"""Run the FastAPI server on internal port"""
|
|
|
|
| 5 |
# Set port for FastAPI (internal)
|
| 6 |
FASTAPI_PORT = 8000
|
| 7 |
# Streamlit port (externally accessible)
|
| 8 |
+
STREAMLIT_PORT = 8502
|
| 9 |
|
| 10 |
def run_fastapi():
|
| 11 |
"""Run the FastAPI server on internal port"""
|