awacke1 commited on
Commit
af81713
1 Parent(s): 9bcc76a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(query)
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