Spaces:
Runtime error
Runtime error
GitHub Copilot
commited on
Commit
·
e5fabfd
1
Parent(s):
6fb5f66
Fix: Removed valid-but-incompatible 'type' arg from Chatbot (Restored Tuple Mode)
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=load_css(), title="LOGOS: SPCW Matros
|
|
| 246 |
# TAB B: RECURSIVE REASONING (Agent Interaction)
|
| 247 |
with gr.Tab("💬 Recursive Reasoning"):
|
| 248 |
with gr.Column(elem_classes=["chat-container"]):
|
| 249 |
-
chatbot = gr.Chatbot(label="Router Uplink", elem_classes=["terminal-chat"]
|
| 250 |
msg = gr.Textbox(label="Prompt", placeholder="Inject signal into Recursive Manifold...", elem_classes=["terminal-input"])
|
| 251 |
clear = gr.Button("Clear Context")
|
| 252 |
|
|
|
|
| 246 |
# TAB B: RECURSIVE REASONING (Agent Interaction)
|
| 247 |
with gr.Tab("💬 Recursive Reasoning"):
|
| 248 |
with gr.Column(elem_classes=["chat-container"]):
|
| 249 |
+
chatbot = gr.Chatbot(label="Router Uplink", elem_classes=["terminal-chat"])
|
| 250 |
msg = gr.Textbox(label="Prompt", placeholder="Inject signal into Recursive Manifold...", elem_classes=["terminal-input"])
|
| 251 |
clear = gr.Button("Clear Context")
|
| 252 |
|