Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
24 |
completion = model.generate_content(enprom)
|
25 |
|
26 |
with st.chat_message("Assistant"):
|
27 |
+
st.write(completetion.txt)
|