anujkum0x commited on
Commit
23c6e5c
·
verified ·
1 Parent(s): c5e41c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
25
 
26
  # FastAPI endpoint URL
27
  # Use environment variable if available, otherwise default to localhost and port from FASTAPI_PORT
28
- FASTAPI_URL = "https://huggingface.co/spaces/anujkum0x/backend/forecast"
29
  st.set_page_config(
30
  page_title="🔮 Time Series Forecasting", layout="wide", initial_sidebar_state="expanded"
31
  )
 
25
 
26
  # FastAPI endpoint URL
27
  # Use environment variable if available, otherwise default to localhost and port from FASTAPI_PORT
28
+ FASTAPI_URL = "https://huggingface.co/spaces/anujkum0x/backender/forecast"
29
  st.set_page_config(
30
  page_title="🔮 Time Series Forecasting", layout="wide", initial_sidebar_state="expanded"
31
  )