Spaces:
Runtime error
Runtime error
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ footer {
|
|
| 133 |
.dropdown-arrow {
|
| 134 |
display: none !important;
|
| 135 |
}
|
| 136 |
-
*:has(
|
| 137 |
width: 100% !important;
|
| 138 |
margin: 0 auto !important;
|
| 139 |
}
|
|
@@ -174,7 +174,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
| 174 |
max_lines=1
|
| 175 |
)
|
| 176 |
with gr.Row():
|
| 177 |
-
run_button = gr.Button("讛转讞诇讛",scale=0)
|
| 178 |
with gr.Row():
|
| 179 |
result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
|
| 180 |
result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
|
|
|
|
| 133 |
.dropdown-arrow {
|
| 134 |
display: none !important;
|
| 135 |
}
|
| 136 |
+
*:has(.btn), .btn {
|
| 137 |
width: 100% !important;
|
| 138 |
margin: 0 auto !important;
|
| 139 |
}
|
|
|
|
| 174 |
max_lines=1
|
| 175 |
)
|
| 176 |
with gr.Row():
|
| 177 |
+
run_button = gr.Button("讛转讞诇讛",elem_classes="btn",scale=0)
|
| 178 |
with gr.Row():
|
| 179 |
result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
|
| 180 |
result.append(gr.Image(interactive=False,elem_classes="image-container", label="Result", show_label=False, type='filepath', show_share_button=False))
|