Jofthomas commited on
Commit
fa7d846
·
verified ·
1 Parent(s): e101d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ async def Answer_from_agent(message: str, history: List[List[str]]) -> AsyncGene
98
 
99
  # --- Gradio Interface (mostly unchanged) ---
100
  demo = gr.ChatInterface(
101
- fn=stream_from_agent,
102
  type="messages",
103
  title="🤖 AGent template",
104
  description="Ask about the weather anywhere! Watch as I gather the information step by step.",
 
98
 
99
  # --- Gradio Interface (mostly unchanged) ---
100
  demo = gr.ChatInterface(
101
+ fn=Answer_from_agent,
102
  type="messages",
103
  title="🤖 AGent template",
104
  description="Ask about the weather anywhere! Watch as I gather the information step by step.",