Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ palm.configure(api_key=os.environ["PALM_KEY"])
|
|
49 |
def responsenew(data):
|
50 |
idval = str(uuid.uuid4())
|
51 |
print(data)
|
52 |
-
print(data['text'])
|
53 |
# text = json.loads(query)
|
54 |
# data = text['text']
|
55 |
# uid = text['uid']
|
|
|
49 |
def responsenew(data):
|
50 |
idval = str(uuid.uuid4())
|
51 |
print(data)
|
52 |
+
# print(data['text'])
|
53 |
# text = json.loads(query)
|
54 |
# data = text['text']
|
55 |
# uid = text['uid']
|