Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,3 @@ response = palm.chat(messages=["Hello."])
|
|
37 |
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 |
-
|
42 |
-
st.write(completion.text)
|
|
|
37 |
print(response.last) # 'Hello! What can I help you with?'
|
38 |
response.reply("Can you tell me a joke?")
|
39 |
|
|
|
|
|
|