Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ print(response.last) # 'Hello! What can I help you with?'
|
|
38 |
response.reply("Can you tell me a joke?")
|
39 |
|
40 |
# Print the generated text
|
41 |
-
st.chat_message("
|
42 |
st.write(completion.text)
|
|
|
38 |
response.reply("Can you tell me a joke?")
|
39 |
|
40 |
# Print the generated text
|
41 |
+
st.chat_message("response"):
|
42 |
st.write(completion.text)
|