awacke1 commited on
Commit
49a04f0
·
verified ·
1 Parent(s): 2a4744f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -437,7 +437,7 @@ def perform_ai_lookup(q, vocal_summary=True, extended_refs=False,
437
 
438
  st.write("Claude's reply 🧠:")
439
  st.write(response.content[0].text)
440
- filename = generate_filename(user_input, "md")
441
  create_file(filename, user_input, response.content[0].text)
442
 
443
 
 
437
 
438
  st.write("Claude's reply 🧠:")
439
  st.write(response.content[0].text)
440
+ filename = generate_filename(q, user_input, "md")
441
  create_file(filename, user_input, response.content[0].text)
442
 
443