Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -317,10 +317,10 @@ def search_glossary(query):
|
|
317 |
st.markdown(f"### 🔍 SearchGlossary for: {query}")
|
318 |
# Dropdown for model selection
|
319 |
model_options = ['mistralai/Mixtral-8x7B-Instruct-v0.1', 'mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None']
|
320 |
-
model_choice = st.selectbox('🧠 Select LLM Model', options=model_options, index=1)
|
321 |
# Dropdown for database selection
|
322 |
database_options = ['Semantic Search', 'Arxiv Search - Latest - (EXPERIMENTAL)']
|
323 |
-
database_choice = st.selectbox('📚 Select Database', options=database_options, index=0)
|
324 |
# 🕵️♂️ Searching the glossary for: query
|
325 |
all_results = ""
|
326 |
#st.markdown(f"- {query}")
|
|
|
317 |
st.markdown(f"### 🔍 SearchGlossary for: {query}")
|
318 |
# Dropdown for model selection
|
319 |
model_options = ['mistralai/Mixtral-8x7B-Instruct-v0.1', 'mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None']
|
320 |
+
#model_choice = st.selectbox('🧠 Select LLM Model', options=model_options, index=1)
|
321 |
# Dropdown for database selection
|
322 |
database_options = ['Semantic Search', 'Arxiv Search - Latest - (EXPERIMENTAL)']
|
323 |
+
#database_choice = st.selectbox('📚 Select Database', options=database_options, index=0)
|
324 |
# 🕵️♂️ Searching the glossary for: query
|
325 |
all_results = ""
|
326 |
#st.markdown(f"- {query}")
|