Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,14 +6,14 @@ from prophet import Prophet
|
|
| 6 |
|
| 7 |
# --- Page Configuration ---
|
| 8 |
st.set_page_config(
|
| 9 |
-
page_title="
|
| 10 |
page_icon="📈",
|
| 11 |
layout="centered",
|
| 12 |
initial_sidebar_state="expanded"
|
| 13 |
)
|
| 14 |
|
| 15 |
# --- Title and Description ---
|
| 16 |
-
st.title("📈
|
| 17 |
st.markdown(
|
| 18 |
"""
|
| 19 |
Upload your historical weather CSV (columns: `date`, `meantemp`, `humidity`,
|
|
|
|
| 6 |
|
| 7 |
# --- Page Configuration ---
|
| 8 |
st.set_page_config(
|
| 9 |
+
page_title="Forecast",
|
| 10 |
page_icon="📈",
|
| 11 |
layout="centered",
|
| 12 |
initial_sidebar_state="expanded"
|
| 13 |
)
|
| 14 |
|
| 15 |
# --- Title and Description ---
|
| 16 |
+
st.title("📈Climate Forecasting")
|
| 17 |
st.markdown(
|
| 18 |
"""
|
| 19 |
Upload your historical weather CSV (columns: `date`, `meantemp`, `humidity`,
|