Spaces:
Running
Running
Update app.py
Browse files
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():
|