itachi1234 commited on
Commit
6ee9a21
·
verified ·
1 Parent(s): 8d2fe66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ if prompt := st.chat_input("Hi"):
24
  completion = model.generate_content(enprom)
25
 
26
  with st.chat_message("Assistant"):
27
- st.write(completetion.text)
 
24
  completion = model.generate_content(enprom)
25
 
26
  with st.chat_message("Assistant"):
27
+ st.write(completetion.txt)