awacke1 commited on
Commit
b3f8d28
·
verified ·
1 Parent(s): e14bccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -394,9 +394,9 @@ def search_arxiv(query):
394
  st.markdown("### Mistral-7B-Instruct-v0.2 Result")
395
  st.markdown(result2)
396
  combined_result = f"{result1}\n\n{result2}"
397
- #return combined_result
398
 
399
- return responseall
400
 
401
 
402
  # Function to generate a filename based on prompt and time (because names matter 🕒)
 
394
  st.markdown("### Mistral-7B-Instruct-v0.2 Result")
395
  st.markdown(result2)
396
  combined_result = f"{result1}\n\n{result2}"
397
+ return combined_result
398
 
399
+ #return responseall
400
 
401
 
402
  # Function to generate a filename based on prompt and time (because names matter 🕒)