qaisar701shan commited on
Commit
35d5fc8
·
verified ·
1 Parent(s): e006b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -2
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
- <div style="text-align: center; padding: 15px; margin-top: 30px; font-size: 14px; color: #888;">
672
- Built by Members of Team <b>"Cyber Minds"</b> | Submitted for Hackathon: <b>Co-Creating with GPT-5</b>
 
 
 
 
 
 
 
 
 
 
 
 
 
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