Spaces:
Running
Running
Update pages/Wind (High Resolution): RTMA.py
Browse files
pages/Wind (High Resolution): RTMA.py
CHANGED
@@ -116,7 +116,7 @@ st.set_page_config(layout="wide")
|
|
116 |
col1, col2 = st.columns((2))
|
117 |
|
118 |
address = st.sidebar.text_input(
|
119 |
-
"Address", "
|
120 |
d = st.sidebar.date_input(
|
121 |
"Date", pd.Timestamp(2022, 9, 28)).strftime('%Y%m%d')
|
122 |
|
|
|
116 |
col1, col2 = st.columns((2))
|
117 |
|
118 |
address = st.sidebar.text_input(
|
119 |
+
"Address", "1000 Main St, Cincinnati, OH 45202")
|
120 |
d = st.sidebar.date_input(
|
121 |
"Date", pd.Timestamp(2022, 9, 28)).strftime('%Y%m%d')
|
122 |
|