awacke1 commited on
Commit
400b544
·
verified ·
1 Parent(s): aea1b82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", *, line_numbers=True, wrap_lines=True)
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(