Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -62,19 +62,6 @@ css = """
|
|
62 |
margin: 0 auto;
|
63 |
max-width: 640px;
|
64 |
}
|
65 |
-
button.full-width {
|
66 |
-
width: 100%;
|
67 |
-
padding: 10px 0;
|
68 |
-
font-size: 16px;
|
69 |
-
background-color: #4CAF50;
|
70 |
-
color: white;
|
71 |
-
border: none;
|
72 |
-
border-radius: 5px;
|
73 |
-
transition: background-color 0.3s;
|
74 |
-
}
|
75 |
-
button.full-width:hover {
|
76 |
-
background-color: #45a049;
|
77 |
-
}
|
78 |
"""
|
79 |
|
80 |
with gr.Blocks(css=css) as demo:
|
@@ -93,7 +80,7 @@ with gr.Blocks(css=css) as demo:
|
|
93 |
)
|
94 |
|
95 |
with gr.Row():
|
96 |
-
run_button = gr.Button("Run", scale=0, variant="primary"
|
97 |
|
98 |
with gr.Accordion("Advanced Settings", open=False):
|
99 |
with gr.Row():
|
|
|
62 |
margin: 0 auto;
|
63 |
max-width: 640px;
|
64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
"""
|
66 |
|
67 |
with gr.Blocks(css=css) as demo:
|
|
|
80 |
)
|
81 |
|
82 |
with gr.Row():
|
83 |
+
run_button = gr.Button("Run", scale=0, variant="primary")
|
84 |
|
85 |
with gr.Accordion("Advanced Settings", open=False):
|
86 |
with gr.Row():
|