Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -377,7 +377,7 @@ def process_with_claude(text_input):
|
|
| 377 |
]
|
| 378 |
)
|
| 379 |
response_text = response.content[0].text
|
| 380 |
-
st.write("
|
| 381 |
|
| 382 |
filename = generate_filename(text_input, "md")
|
| 383 |
create_file(filename, text_input, response_text)
|
|
|
|
| 377 |
]
|
| 378 |
)
|
| 379 |
response_text = response.content[0].text
|
| 380 |
+
st.write("Claude: " + response_text)
|
| 381 |
|
| 382 |
filename = generate_filename(text_input, "md")
|
| 383 |
create_file(filename, text_input, response_text)
|