Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 🕒)
|