Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def search_arxiv(query):
|
|
111 |
search_source = st.selectbox("Search Source", ["Semantic Search - up to 10 Mar 2024", "Arxiv Search - Latest - (EXPERIMENTAL)"])
|
112 |
llm_model = st.selectbox("LLM Model", ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "google/gemma-7b-it", "None"])
|
113 |
|
114 |
-
st.markdown('### π ' + query
|
115 |
#if st.button("π Search"):
|
116 |
result = client.predict(
|
117 |
search_query,
|
|
|
111 |
search_source = st.selectbox("Search Source", ["Semantic Search - up to 10 Mar 2024", "Arxiv Search - Latest - (EXPERIMENTAL)"])
|
112 |
llm_model = st.selectbox("LLM Model", ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "google/gemma-7b-it", "None"])
|
113 |
|
114 |
+
st.markdown('### π ' + query)
|
115 |
#if st.button("π Search"):
|
116 |
result = client.predict(
|
117 |
search_query,
|