awacke1 commited on
Commit
dd32d55
·
verified ·
1 Parent(s): 797d437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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.write(response.content[0].text)
490
- filename = generate_filename(q, response.content[0].text)
491
- create_file(filename, q, response.content[0].text)
 
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: