matuteiglesias commited on
Commit
26cf763
Β·
verified Β·
1 Parent(s): bfc76eb

πŸš€ First full upload of tech support chat agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ import gradio as gr
42
  import sys, os
43
  sys.path.insert(0, os.path.dirname(__file__))
44
 
45
- from Registry.agents.tech_support_chat.agent import ChatSupportAgent
46
 
47
  agent = ChatSupportAgent(agent_name="demo_agent")
48
 
 
42
  import sys, os
43
  sys.path.insert(0, os.path.dirname(__file__))
44
 
45
+ from agent import ChatSupportAgent
46
 
47
  agent = ChatSupportAgent(agent_name="demo_agent")
48