smainye commited on
Commit
bf85f0c
·
verified ·
1 Parent(s): 4c9a1bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import random
3
  import requests
4
  import yaml
5
  from tools.final_answer import FinalAnswerTool
6
- from gradio_ui import GradioUI
7
 
8
  @tool
9
  def get_random_fact() -> str:
 
3
  import requests
4
  import yaml
5
  from tools.final_answer import FinalAnswerTool
6
+ from Gradio_UI import GradioUI
7
 
8
  @tool
9
  def get_random_fact() -> str: