cyberandy commited on
Commit
7cdea90
·
verified ·
1 Parent(s): f643580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -279,10 +279,10 @@ def create_interface():
279
  variant="primary",
280
  elem_classes="primary-btn"
281
  )
 
282
  gr.Examples(
283
- ["WordLift", "Think Different", "Just Do It"],
284
- inputs=input_text,
285
- elem_classes="mt-4"
286
  )
287
 
288
  with gr.Column():
 
279
  variant="primary",
280
  elem_classes="primary-btn"
281
  )
282
+ # Examples without elem_classes
283
  gr.Examples(
284
+ examples=["WordLift", "Think Different", "Just Do It"],
285
+ inputs=input_text
 
286
  )
287
 
288
  with gr.Column():