Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -369,11 +369,11 @@ css = '''
|
|
369 |
h1{text-align:center}
|
370 |
|
371 |
.submit-btn {
|
372 |
-
background-color: #
|
373 |
color: white !important;
|
374 |
}
|
375 |
.submit-btn:hover {
|
376 |
-
background-color: #
|
377 |
}
|
378 |
'''
|
379 |
|
@@ -387,7 +387,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
387 |
placeholder="Enter your prompt",
|
388 |
container=False,
|
389 |
)
|
390 |
-
run_button = gr.Button("Generate as (1024 x 1024)
|
391 |
|
392 |
with gr.Row(visible=True):
|
393 |
grid_size_selection = gr.Dropdown(
|
|
|
369 |
h1{text-align:center}
|
370 |
|
371 |
.submit-btn {
|
372 |
+
background-color: #eb790d !important;
|
373 |
color: white !important;
|
374 |
}
|
375 |
.submit-btn:hover {
|
376 |
+
background-color: #ffa34d !important;
|
377 |
}
|
378 |
'''
|
379 |
|
|
|
387 |
placeholder="Enter your prompt",
|
388 |
container=False,
|
389 |
)
|
390 |
+
run_button = gr.Button("Generate as (1024 x 1024)🕸️", scale=0, elem_classes="submit-btn")
|
391 |
|
392 |
with gr.Row(visible=True):
|
393 |
grid_size_selection = gr.Dropdown(
|