Spaces:
Runtime error
Runtime error
mattritchey
commited on
Commit
•
11d905e
1
Parent(s):
3016a59
Update pages/Wind (Low Resolution): ERA.py
Browse files
pages/Wind (Low Resolution): ERA.py
CHANGED
@@ -109,7 +109,7 @@ st.set_page_config(layout="wide")
|
|
109 |
col1, col2 = st.columns((2))
|
110 |
|
111 |
address = st.sidebar.text_input(
|
112 |
-
"Address", "
|
113 |
date = st.sidebar.date_input(
|
114 |
"Date", pd.Timestamp(2022, 9, 28))
|
115 |
d = date.strftime('%Y%m%d')
|
|
|
109 |
col1, col2 = st.columns((2))
|
110 |
|
111 |
address = st.sidebar.text_input(
|
112 |
+
"Address", "1000 Main St, Cincinnati, OH 45202")
|
113 |
date = st.sidebar.date_input(
|
114 |
"Date", pd.Timestamp(2022, 9, 28))
|
115 |
d = date.strftime('%Y%m%d')
|