Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ st.set_page_config(page_title="Environmental Data Dashboard", layout="wide")
|
|
| 24 |
st.sidebar.title("π Environmental Data Dashboard")
|
| 25 |
data_source = st.sidebar.selectbox(
|
| 26 |
"Select Data Source",
|
| 27 |
-
["Weather Data", "Marine", "Solunar & Tide Data", "
|
| 28 |
)
|
| 29 |
|
| 30 |
# --- API CALLING FUNCTIONS ---
|
|
@@ -427,9 +427,9 @@ def main():
|
|
| 427 |
st.metric("Sunset", astro_data.get('sunset', 'N/A'))
|
| 428 |
st.metric("Day Length", astro_data.get('dayLength', 'N/A'))
|
| 429 |
|
| 430 |
-
elif data_source == "
|
| 431 |
-
st.header("
|
| 432 |
-
st.warning("
|
| 433 |
|
| 434 |
# Footer
|
| 435 |
st.sidebar.markdown("---")
|
|
|
|
| 24 |
st.sidebar.title("π Environmental Data Dashboard")
|
| 25 |
data_source = st.sidebar.selectbox(
|
| 26 |
"Select Data Source",
|
| 27 |
+
["Weather Data", "Marine", "Solunar & Tide Data", "Fish Categories Data"]
|
| 28 |
)
|
| 29 |
|
| 30 |
# --- API CALLING FUNCTIONS ---
|
|
|
|
| 427 |
st.metric("Sunset", astro_data.get('sunset', 'N/A'))
|
| 428 |
st.metric("Day Length", astro_data.get('dayLength', 'N/A'))
|
| 429 |
|
| 430 |
+
elif data_source == "Fish Categires Data":
|
| 431 |
+
st.header("π Fish Categires Data")
|
| 432 |
+
st.warning("Fish Categires Data functionality to be implemented")
|
| 433 |
|
| 434 |
# Footer
|
| 435 |
st.sidebar.markdown("---")
|