Update app.py
Browse files
app.py
CHANGED
@@ -135,8 +135,7 @@ if st.button("Results"):
|
|
135 |
with zipfile.ZipFile(buf, "w") as myzip:
|
136 |
myzip.writestr("Summary of the results.csv", df.to_csv(index=False))
|
137 |
myzip.writestr("Glossary of tags.csv", dfa.to_csv(index=False))
|
138 |
-
|
139 |
-
myzip.writestr("Summary of the results_glossary_combined.csv", pd.concat([df, dfa]).to_csv(index=False))
|
140 |
|
141 |
with stylable_container(
|
142 |
key="download_button",
|
|
|
135 |
with zipfile.ZipFile(buf, "w") as myzip:
|
136 |
myzip.writestr("Summary of the results.csv", df.to_csv(index=False))
|
137 |
myzip.writestr("Glossary of tags.csv", dfa.to_csv(index=False))
|
138 |
+
|
|
|
139 |
|
140 |
with stylable_container(
|
141 |
key="download_button",
|