Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,7 +254,7 @@ class RavenDemo(gr.Blocks):
|
|
| 254 |
lines=10,
|
| 255 |
)
|
| 256 |
with gr.Accordion(
|
| 257 |
-
"Executing plan generated by π¦ββ¬ NexusRaven
|
| 258 |
) as steps_accordion:
|
| 259 |
steps = [
|
| 260 |
gr.Textbox(visible=False, show_label=False)
|
|
|
|
| 254 |
lines=10,
|
| 255 |
)
|
| 256 |
with gr.Accordion(
|
| 257 |
+
"Executing plan generated by π¦ββ¬ NexusRaven", open=True
|
| 258 |
) as steps_accordion:
|
| 259 |
steps = [
|
| 260 |
gr.Textbox(visible=False, show_label=False)
|