Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ palm.configure(api_key=os.environ["PALM_KEY"])
|
|
| 48 |
|
| 49 |
def responsenew(data):
|
| 50 |
idval = str(uuid.uuid4())
|
| 51 |
-
|
| 52 |
print(f"\n\n{data}")
|
| 53 |
# print(data['text'])
|
| 54 |
# text = json.loads(query)
|
|
|
|
| 48 |
|
| 49 |
def responsenew(data):
|
| 50 |
idval = str(uuid.uuid4())
|
| 51 |
+
print(data[0])
|
| 52 |
print(f"\n\n{data}")
|
| 53 |
# print(data['text'])
|
| 54 |
# text = json.loads(query)
|