Wasim0606 commited on
Commit
63f1c9d
·
verified ·
1 Parent(s): 12f23d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 8501
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"""