Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -486,9 +486,10 @@ def perform_ai_lookup(q, vocal_summary=True, extended_refs=False,
|
|
486 |
])
|
487 |
|
488 |
st.write("Claude's reply 🧠:")
|
489 |
-
st.
|
490 |
-
|
491 |
-
|
|
|
492 |
|
493 |
|
494 |
# Arxiv:
|
|
|
486 |
])
|
487 |
|
488 |
st.write("Claude's reply 🧠:")
|
489 |
+
st.markdown(response.content[0].text)
|
490 |
+
|
491 |
+
#filename = generate_filename(q, response.content[0].text)
|
492 |
+
create_file(q, response.content[0].text)
|
493 |
|
494 |
|
495 |
# Arxiv:
|