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