Spaces:
Running
Running
this
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def responsenew(data):
|
|
77 |
|
78 |
"""
|
79 |
|
80 |
-
response = palm.chat(context = contxxt,
|
81 |
intent = palm.chat(messages="")
|
82 |
print(intent)
|
83 |
# respo = {
|
|
|
77 |
|
78 |
"""
|
79 |
|
80 |
+
response = palm.chat(context = contxxt, messages=data)
|
81 |
intent = palm.chat(messages="")
|
82 |
print(intent)
|
83 |
# respo = {
|