Spaces:
Running
on
Zero
Running
on
Zero
Joseph Pollack
commited on
remove buttons as keyword arguments
Browse files
app.py
CHANGED
|
@@ -288,9 +288,6 @@ def create_demo():
|
|
| 288 |
title="L-Operator Chat",
|
| 289 |
description="Chat with L-Operator using screenshots and text instructions",
|
| 290 |
examples=load_example_episodes(),
|
| 291 |
-
retry_btn="🔄 Retry",
|
| 292 |
-
undo_btn="↩️ Undo",
|
| 293 |
-
clear_btn="🗑️ Clear",
|
| 294 |
height=600
|
| 295 |
)
|
| 296 |
|
|
|
|
| 288 |
title="L-Operator Chat",
|
| 289 |
description="Chat with L-Operator using screenshots and text instructions",
|
| 290 |
examples=load_example_episodes(),
|
|
|
|
|
|
|
|
|
|
| 291 |
height=600
|
| 292 |
)
|
| 293 |
|