Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
|
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
|
| 12 |
-
OMDB_API_KEY = "
|
| 13 |
|
| 14 |
@tool
|
| 15 |
def get_movies_by_mood(mood: str) -> str:
|
|
|
|
| 9 |
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
|
| 12 |
+
OMDB_API_KEY = "OMDB_API_KEY"
|
| 13 |
|
| 14 |
@tool
|
| 15 |
def get_movies_by_mood(mood: str) -> str:
|