Spaces:
Sleeping
Sleeping
update handler and rename event
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ class ImageFiltersApp(DualVisionApp):
|
|
| 23 |
## {self.title}
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
-
with gr.Row(elem_classes="
|
| 27 |
gr.Markdown(
|
| 28 |
f"""
|
| 29 |
<p align="center">
|
|
|
|
| 23 |
## {self.title}
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
+
with gr.Row(elem_classes="remove-elements"):
|
| 27 |
gr.Markdown(
|
| 28 |
f"""
|
| 29 |
<p align="center">
|