Spaces:
Running
Running
Update app.py
Browse files
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=
|
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.",
|