dkolarova commited on
Commit
f976bc3
·
verified ·
1 Parent(s): 578e9ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from tools import convert_currency
3
  from tools_agent import Agent
4
 
5
 
 
1
  import gradio as gr
2
+ from tools import convert_currency, show_my_memory
3
  from tools_agent import Agent
4
 
5