Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
|
|
34 |
|
35 |
# Print the generated text
|
36 |
with st.chat_message("Assistant"):
|
37 |
+
st.write(completion.text)
|