Aakash Goel commited on
Commit
9906f97
·
1 Parent(s): c3c9fc4

log download 1

Browse files
Files changed (1) hide show
  1. code/qa.py +1 -1
code/qa.py CHANGED
@@ -92,6 +92,6 @@ if raw_text != None and raw_text != '':
92
  #st.write("PASS2")
93
  except:
94
  st.write("FAIL2")
95
- import os
96
  st.dataframe(pd.read_csv("results/df_log_file.tsv",sep="\t").tail(10))
 
97
 
 
92
  #st.write("PASS2")
93
  except:
94
  st.write("FAIL2")
 
95
  st.dataframe(pd.read_csv("results/df_log_file.tsv",sep="\t").tail(10))
96
+ csv_downloader(pd.read_csv("results/df_log_file.tsv",sep="\t"))
97