awacke1 commited on
Commit
ff26430
·
verified ·
1 Parent(s): 643516d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("st.write("Claude: " + response_text)
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)