Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ uploaded = st.file_uploader(
|
|
| 105 |
)
|
| 106 |
number = st.number_input('Select Year',value=2023, step=1)
|
| 107 |
filter = st.checkbox("filter color")
|
| 108 |
-
if st.button('Analyze
|
| 109 |
|
| 110 |
final_csv = pd.DataFrame()
|
| 111 |
first_flag_dataframe=0
|
|
|
|
| 105 |
)
|
| 106 |
number = st.number_input('Select Year',value=2023, step=1)
|
| 107 |
filter = st.checkbox("filter color")
|
| 108 |
+
if st.button('Analyze Uploaded File'):
|
| 109 |
|
| 110 |
final_csv = pd.DataFrame()
|
| 111 |
first_flag_dataframe=0
|