mattritchey commited on
Commit
935ded5
·
verified ·
1 Parent(s): b9bd536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ st.header("Hail")
23
  st.header("Hail Plus")
24
  st.header("Wind (High Resolution): RTMA")
25
  st.header("Wind (Low Resolution): ERA")
 
26
  st.sidebar.success("Select a page above.")
27
 
28
  # if "my_input" not in st.session_state:
 
23
  st.header("Hail Plus")
24
  st.header("Wind (High Resolution): RTMA")
25
  st.header("Wind (Low Resolution): ERA")
26
+ st.header("Weather API")
27
  st.sidebar.success("Select a page above.")
28
 
29
  # if "my_input" not in st.session_state: