Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
Aaram
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nikhil0987
commited on
Feb 15, 2024
Commit
97ef7b0
·
verified
·
1 Parent(s):
a837e75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-1
app.py
CHANGED
Viewed
@@ -15,7 +15,12 @@ def add_to_json(new_data):
15
16
# Usage:
17
new_data = {
18
-
"userinput":userinput
19
20
21
15
16
# Usage:
17
new_data = {
18
+
19
+
20
+
"goal": ,
21
+
"reminder":
22
+
23
+
}
24
25
26