Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(css=css) as myface:
|
|
52 |
color: #ffffff; !important;
|
53 |
}
|
54 |
.gradio-container {
|
55 |
-
background-image: linear-gradient(#
|
56 |
color: #ffaa66 !important;
|
57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
58 |
}
|
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as myface:
|
|
79 |
gr.HTML("""<style> .gr-button {
|
80 |
color: white !important;
|
81 |
border-color: #ffffff !important;
|
82 |
-
background: #000000 !important;
|
83 |
}</style>""")
|
84 |
run=gr.Button("Generate Image")
|
85 |
with gr.Row():
|
|
|
52 |
color: #ffffff; !important;
|
53 |
}
|
54 |
.gradio-container {
|
55 |
+
background-image: linear-gradient(#660099, #000000) !important;
|
56 |
color: #ffaa66 !important;
|
57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
58 |
}
|
|
|
79 |
gr.HTML("""<style> .gr-button {
|
80 |
color: white !important;
|
81 |
border-color: #ffffff !important;
|
82 |
+
background-image: linear-gradient(#000000, #660099) !important;
|
83 |
}</style>""")
|
84 |
run=gr.Button("Generate Image")
|
85 |
with gr.Row():
|