Spaces:
Running
Running
RobertoBarrosoLuque
commited on
Commit
·
618ba03
1
Parent(s):
252c5e7
Small fix to messages
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -430,7 +430,7 @@ with gr.Blocks(css=custom_css, title="Fed AI Savant", theme=gr.themes.Soft()) as
|
|
430 |
chat_interface = gr.ChatInterface(
|
431 |
fn=respond_for_chat_interface,
|
432 |
type="messages",
|
433 |
-
chatbot=gr.Chatbot(height=600, show_label=False),
|
434 |
textbox=gr.Textbox(placeholder="Ask about Fed policy, rate decisions, or FOMC meetings...", scale=10),
|
435 |
# Disable examples caching to prevent the serialization error
|
436 |
cache_examples=False,
|
|
|
430 |
chat_interface = gr.ChatInterface(
|
431 |
fn=respond_for_chat_interface,
|
432 |
type="messages",
|
433 |
+
chatbot=gr.Chatbot(height=600, show_label=False, type="messages"),
|
434 |
textbox=gr.Textbox(placeholder="Ask about Fed policy, rate decisions, or FOMC meetings...", scale=10),
|
435 |
# Disable examples caching to prevent the serialization error
|
436 |
cache_examples=False,
|