Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -751,7 +751,7 @@ def perform_ai_lookup(q, vocal_summary=True, extended_refs=False,
|
|
751 |
# --- 2) Arxiv RAG
|
752 |
#st.write("Arxiv's AI this Evening is Mixtral 8x7B...")
|
753 |
st.write('Running Arxiv RAG with Claude inputs.')
|
754 |
-
st.code(q, language="python",
|
755 |
|
756 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|
757 |
refs = client.predict(
|
|
|
751 |
# --- 2) Arxiv RAG
|
752 |
#st.write("Arxiv's AI this Evening is Mixtral 8x7B...")
|
753 |
st.write('Running Arxiv RAG with Claude inputs.')
|
754 |
+
st.code(q, language="python", line_numbers=True, wrap_lines=True)
|
755 |
|
756 |
client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
|
757 |
refs = client.predict(
|