Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def responsenew(data):
|
|
61 |
print(text)
|
62 |
except json.JSONDecodeError as e:
|
63 |
print("Invalid JSON:", e)
|
64 |
-
response = model.generate_content(
|
65 |
print(f"\n{response.text}")
|
66 |
if text is not None:
|
67 |
if "remind me" in text:
|
|
|
61 |
print(text)
|
62 |
except json.JSONDecodeError as e:
|
63 |
print("Invalid JSON:", e)
|
64 |
+
response = model.generate_content(text)
|
65 |
print(f"\n{response.text}")
|
66 |
if text is not None:
|
67 |
if "remind me" in text:
|