Nikhil0987 commited on
Commit
69b7ae0
·
verified ·
1 Parent(s): ca48c47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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,11 +21,11 @@ def add_to_json(new_data):
21
  new_data = {
22
 
23
 
24
- "goal": "Learn to code in Python",
25
 
26
 
27
  }
28
-
29
 
30
 
31
 
 
4
 
5
 
6
 
7
+ Goal = goal:
8
 
9
 
10
  def add_to_json(new_data):
 
21
  new_data = {
22
 
23
 
24
+ "goal": "Goal",
25
 
26
 
27
  }
28
+ Goal()
29
 
30
 
31