focusit commited on
Commit
156d85a
·
verified ·
1 Parent(s): 93fb476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ if prompt := st.chat_input("Ask your query..."):
34
 
35
  # Print the generated text
36
  with st.chat_message("Assistant"):
37
- st.write(completion.result)
 
34
 
35
  # Print the generated text
36
  with st.chat_message("Assistant"):
37
+ st.write(completion.text)