nlpblogs commited on
Commit
6c0dd69
·
verified ·
1 Parent(s): 0079a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- if comet_initialized:
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",