Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -499,7 +499,7 @@ def main():
|
|
| 499 |
|
| 500 |
|
| 501 |
|
| 502 |
-
csv1 = convert_df(
|
| 503 |
csv2 = convert_df(df_tab.astype(str))
|
| 504 |
|
| 505 |
with st.container():
|
|
|
|
| 499 |
|
| 500 |
|
| 501 |
|
| 502 |
+
csv1 = convert_df(df_final1.astype(str))
|
| 503 |
csv2 = convert_df(df_tab.astype(str))
|
| 504 |
|
| 505 |
with st.container():
|