Geraldine commited on
Commit
18ecbb8
·
1 Parent(s): a6e11ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with st.container():
44
  "Enter your question :"):
45
  st.markdown(f"### :green[{model_option} results]")
46
  models = ['all-MiniLM-L6-v2', 'all-mpnet-base-v2']
47
- with st.expander(":globe_with_meridians: :blue[click here to see the HAL search engine results]"):
48
  components.iframe(f"https://hal.univ-cotedazur.fr/search/index/?q={query}&rows=30&docType_s=ART", height=800, scrolling=True)
49
  with st.spinner('Calculating...'):
50
  response = llm_response(query, model_option)
 
44
  "Enter your question :"):
45
  st.markdown(f"### :green[{model_option} results]")
46
  models = ['all-MiniLM-L6-v2', 'all-mpnet-base-v2']
47
+ with st.expander(":blue[click here to see the HAL search engine results]"):
48
  components.iframe(f"https://hal.univ-cotedazur.fr/search/index/?q={query}&rows=30&docType_s=ART", height=800, scrolling=True)
49
  with st.spinner('Calculating...'):
50
  response = llm_response(query, model_option)