Update app.py
Browse files
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(":
|
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)
|