Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -665,11 +665,25 @@ with st.expander("Scenario: Compare with another city (current 14-day risks)"):
|
|
| 665 |
st.caption("This is a hackathon demo. Not a substitute for official warnings. Always follow local authorities and meteorological services.")
|
| 666 |
|
| 667 |
|
|
|
|
| 668 |
# --- Universal Footer ---
|
| 669 |
st.markdown(
|
| 670 |
"""
|
| 671 |
-
<
|
| 672 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 673 |
</div>
|
| 674 |
""",
|
| 675 |
unsafe_allow_html=True
|
|
|
|
| 665 |
st.caption("This is a hackathon demo. Not a substitute for official warnings. Always follow local authorities and meteorological services.")
|
| 666 |
|
| 667 |
|
| 668 |
+
# --- Universal Footer ---
|
| 669 |
# --- Universal Footer ---
|
| 670 |
st.markdown(
|
| 671 |
"""
|
| 672 |
+
<style>
|
| 673 |
+
.app-footer {
|
| 674 |
+
position: relative;
|
| 675 |
+
bottom: 0;
|
| 676 |
+
width: 100%;
|
| 677 |
+
background-color: #1a1a1a; /* dark background */
|
| 678 |
+
color: white;
|
| 679 |
+
text-align: center;
|
| 680 |
+
padding: 10px 0;
|
| 681 |
+
font-size: 14px;
|
| 682 |
+
border-top: 1px solid #333;
|
| 683 |
+
}
|
| 684 |
+
</style>
|
| 685 |
+
<div class="app-footer">
|
| 686 |
+
🚀 Built by Members of Team <b>Cyber Minds</b> | Submitted for Hackathon: <b>Co-Creating with GPT-5</b>
|
| 687 |
</div>
|
| 688 |
""",
|
| 689 |
unsafe_allow_html=True
|