Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ class RavenDemo(gr.Blocks):
|
|
| 248 |
)
|
| 249 |
should_chat = gr.Checkbox(label="Enable Chat Summary", info="If set, summarizes the returned results.", value=True)
|
| 250 |
raven_function_call = gr.Code(
|
| 251 |
-
label="π¦ββ¬ NexusRaven
|
| 252 |
language="python",
|
| 253 |
interactive=False,
|
| 254 |
lines=10,
|
|
|
|
| 248 |
)
|
| 249 |
should_chat = gr.Checkbox(label="Enable Chat Summary", info="If set, summarizes the returned results.", value=True)
|
| 250 |
raven_function_call = gr.Code(
|
| 251 |
+
label="π¦ββ¬ NexusRaven generated function call",
|
| 252 |
language="python",
|
| 253 |
interactive=False,
|
| 254 |
lines=10,
|