Update app.py
Browse files
app.py
CHANGED
|
@@ -337,7 +337,7 @@ css = """
|
|
| 337 |
|
| 338 |
with gr.Blocks(theme=theme, css=css, js=js) as demo:
|
| 339 |
gr.Markdown(DESCRIPTION, elem_classes="top-description")
|
| 340 |
-
with gr.Tab("Canny Edge"):
|
| 341 |
with gr.Row():
|
| 342 |
gr.Markdown("## Canny Edge")
|
| 343 |
with gr.Row():
|
|
|
|
| 337 |
|
| 338 |
with gr.Blocks(theme=theme, css=css, js=js) as demo:
|
| 339 |
gr.Markdown(DESCRIPTION, elem_classes="top-description")
|
| 340 |
+
with gr.Tab("Canny Edge", elem_id="tab_wrapper", elem_classes="tab_wrapper"):
|
| 341 |
with gr.Row():
|
| 342 |
gr.Markdown("## Canny Edge")
|
| 343 |
with gr.Row():
|