Joseph Pollack commited on
Commit
bd82f08
·
unverified ·
1 Parent(s): 584bc13

remove buttons as keyword arguments

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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