Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ gr.ChatInterface(
|
|
| 88 |
fn=ask_agent,
|
| 89 |
title="AI Treasury Assistant",
|
| 90 |
description="Ask about cash positions, FX risk, or liquidity outlook.",
|
| 91 |
-
chatbot=gr.Chatbot(show_copy_button=True),
|
| 92 |
-
type="messages" # ✅
|
| 93 |
).launch()
|
| 94 |
|
|
|
|
| 88 |
fn=ask_agent,
|
| 89 |
title="AI Treasury Assistant",
|
| 90 |
description="Ask about cash positions, FX risk, or liquidity outlook.",
|
| 91 |
+
chatbot=gr.Chatbot(show_copy_button=True, type="messages"), # ✅ Fix here
|
| 92 |
+
type="messages" # ✅ And here
|
| 93 |
).launch()
|
| 94 |
|