Nikhil0987 commited on
Commit
0fae367
·
verified ·
1 Parent(s): c2d107d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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