Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ with st.container():
|
|
43 |
if query := st.text_input(
|
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...'):
|
|
|
43 |
if query := st.text_input(
|
44 |
"Enter your question :"):
|
45 |
st.markdown(f"### :green[{model_option} results]")
|
|
|
46 |
with st.expander(":blue[click here to see the HAL search engine results]"):
|
47 |
components.iframe(f"https://hal.univ-cotedazur.fr/search/index/?q={query}&rows=30&docType_s=ART", height=800, scrolling=True)
|
48 |
with st.spinner('Calculating...'):
|