sujitb commited on
Commit
0e38166
1 Parent(s): 15e7b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -260,6 +260,7 @@ if QUESTION:
260
  #st.write(out)
261
 
262
  now= str(datetime.utcnow())
 
263
  df_log.loc[len(df_log)]=[QUESTION,url,score,ans,now]
264
  write_log(QUESTION,url, score, ans, now)
265
  #df.to_csv("hf://datasets/sujitb/data/test.csv")
 
260
  #st.write(out)
261
 
262
  now= str(datetime.utcnow())
263
+ url = top_2[0]['url'] + ' ; '+top_2[1]['url']
264
  df_log.loc[len(df_log)]=[QUESTION,url,score,ans,now]
265
  write_log(QUESTION,url, score, ans, now)
266
  #df.to_csv("hf://datasets/sujitb/data/test.csv")