Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|