Update app.py
Browse files
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/
|
| 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 |
)
|