ydeniz commited on
Commit
35a8237
·
verified ·
1 Parent(s): fa2948e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- from IPython.display import JSON
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 !