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 |
-
Goal =
|
8 |
|
9 |
|
10 |
def add_to_json(new_data):
|
@@ -25,7 +25,7 @@ new_data = {
|
|
25 |
|
26 |
|
27 |
}
|
28 |
-
|
29 |
|
30 |
|
31 |
|
|
|
4 |
|
5 |
|
6 |
|
7 |
+
Goal = st.text_input("Enter your Goal:")
|
8 |
|
9 |
|
10 |
def add_to_json(new_data):
|
|
|
25 |
|
26 |
|
27 |
}
|
28 |
+
|
29 |
|
30 |
|
31 |
|