Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,8 @@ import google.generativeai as genai
|
|
| 4 |
|
| 5 |
|
| 6 |
# Load JSON configuration
|
| 7 |
-
with open('config.json', 'r') as f:
|
| 8 |
-
|
| 9 |
|
| 10 |
|
| 11 |
#save json data
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
# Load JSON configuration
|
| 7 |
+
# with open('config.json', 'r') as f:
|
| 8 |
+
# config = json.load(f)
|
| 9 |
|
| 10 |
|
| 11 |
#save json data
|