ruchi commited on
Commit
1ef58a6
·
1 Parent(s): c782181

FIx reseponse txt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ if submit_button:
31
  st.write("You clicked the Submit button!")
32
  st.write("Entered text:", userProposal)
33
  response = model.generate_content([userProposal])
34
- st.write(response)
35
 
 
31
  st.write("You clicked the Submit button!")
32
  st.write("Entered text:", userProposal)
33
  response = model.generate_content([userProposal])
34
+ st.write(response.text)
35