Spaces:
Sleeping
Sleeping
π First full upload of tech support chat agent
Browse files
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
|
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 |
|