Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import google.generativeai as genai
|
|
4 |
|
5 |
|
6 |
|
7 |
-
|
8 |
|
9 |
|
10 |
def add_to_json(new_data):
|
@@ -21,7 +21,7 @@ def add_to_json(new_data):
|
|
21 |
new_data = {
|
22 |
|
23 |
|
24 |
-
"goal":
|
25 |
|
26 |
|
27 |
}
|
|
|
4 |
|
5 |
|
6 |
|
7 |
+
|
8 |
|
9 |
|
10 |
def add_to_json(new_data):
|
|
|
21 |
new_data = {
|
22 |
|
23 |
|
24 |
+
"goal": userinput,
|
25 |
|
26 |
|
27 |
}
|