Ragai1 commited on
Commit
327e0e4
·
verified ·
1 Parent(s): 93913d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "a08b4599"
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: