Nikhil0987 commited on
Commit
79877d1
·
verified ·
1 Parent(s): a7b9b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import google.generativeai as genai
7
 
8
 
9
 
10
- def add_to_json(new_item):
11
  with open("test.json", "r") as file:
12
  data = json.load(file)
13
 
 
7
 
8
 
9
 
10
+ def add_to_json(new_goal):
11
  with open("test.json", "r") as file:
12
  data = json.load(file)
13