Geraldine commited on
Commit
92aa9e8
1 Parent(s): f85e789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -48,7 +48,4 @@ with st.container():
48
  with st.spinner('Calculating...'):
49
  response = llm_response(query, model_option)
50
  for x in response:
51
- st.success("**Title** : " + x["title"] + " \n " + "**Date** : " + x["date"] + " \n " + "**Journal** : " + x["journal"] + "(" + x["pub"] + ")" + " \n " + "**Abstract** : " + x["abstract"])
52
- #st.write(huggingface_response(query, model_option))
53
- #for x in response:
54
- # st.write(x["titre"] + "\n" + x["date"] + "\n" + "------" + "\n")
 
48
  with st.spinner('Calculating...'):
49
  response = llm_response(query, model_option)
50
  for x in response:
51
+ st.success("**Title** : " + x["title"] + " \n " + "**Date** : " + x["date"] + " \n " + "**Journal** : " + x["journal"] + "(" + x["pub"] + ")" + " \n " + "**Abstract** : " + x["abstract"])