Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,7 @@ def search_glossary(query):
|
|
400 |
st.markdown('4 error')
|
401 |
|
402 |
|
403 |
-
return result,
|
404 |
|
405 |
|
406 |
# 📝 Generate a safe filename from the first few lines of content
|
|
|
400 |
st.markdown('4 error')
|
401 |
|
402 |
|
403 |
+
return result, result2, response2
|
404 |
|
405 |
|
406 |
# 📝 Generate a safe filename from the first few lines of content
|