Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
|
|
9 |
from Gradio_UI import GradioUI
|
10 |
import requests
|
11 |
import json
|
12 |
-
|
13 |
|
14 |
api_key = os.getenv("google_key")
|
15 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
9 |
from Gradio_UI import GradioUI
|
10 |
import requests
|
11 |
import json
|
12 |
+
|
13 |
|
14 |
api_key = os.getenv("google_key")
|
15 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|