Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -578,7 +578,7 @@ def main():
|
|
578 |
with col3:
|
579 |
st.subheader("Arxiv and Mistral Research:")
|
580 |
with st.spinner("Searching ArXiv..."):
|
581 |
-
results = search_arxiv(
|
582 |
st.markdown(results)
|
583 |
|
584 |
# Display Chat History
|
|
|
578 |
with col3:
|
579 |
st.subheader("Arxiv and Mistral Research:")
|
580 |
with st.spinner("Searching ArXiv..."):
|
581 |
+
results = search_arxiv(user_input)
|
582 |
st.markdown(results)
|
583 |
|
584 |
# Display Chat History
|