Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -521,7 +521,6 @@ with iface:
|
|
521 |
examples=AI_texts,
|
522 |
inputs=text_input,
|
523 |
label="",
|
524 |
-
elem_classes="gr-examples" # Added class for styling
|
525 |
)
|
526 |
|
527 |
with gr.Accordion("Human Text Examples", open=False):
|
@@ -529,7 +528,6 @@ with iface:
|
|
529 |
examples=Human_texts,
|
530 |
inputs=text_input,
|
531 |
label="",
|
532 |
-
elem_classes="gr-examples" # Added class for styling
|
533 |
)
|
534 |
|
535 |
gr.Markdown(bottom_text, elem_id="bottom_text")
|
|
|
521 |
examples=AI_texts,
|
522 |
inputs=text_input,
|
523 |
label="",
|
|
|
524 |
)
|
525 |
|
526 |
with gr.Accordion("Human Text Examples", open=False):
|
|
|
528 |
examples=Human_texts,
|
529 |
inputs=text_input,
|
530 |
label="",
|
|
|
531 |
)
|
532 |
|
533 |
gr.Markdown(bottom_text, elem_id="bottom_text")
|