Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 38 |
<style>
|
| 39 |
h1 {
|
| 40 |
font-size: 6em;
|
| 41 |
-
color: #
|
| 42 |
margin-top: 30px;
|
| 43 |
margin-bottom: 30px;
|
| 44 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
|
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 92 |
with gr.Column(scale=100):
|
| 93 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
| 94 |
gr.HTML("""<style> .gr-button {
|
| 95 |
-
color: #
|
| 96 |
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
| 97 |
background-image: linear-gradient(#76635a, #d2a489) !important;
|
| 98 |
border-radius: 24px !important;
|
|
@@ -105,6 +105,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 105 |
}
|
| 106 |
|
| 107 |
.gr-button:active {
|
|
|
|
| 108 |
font-size: 98% !important;
|
| 109 |
text-shadow: 0px 0px 0 rgba(0, 0, 0, 1) !important;
|
| 110 |
background-image: linear-gradient(#d2a489, #76635a) !important;
|
|
|
|
| 38 |
<style>
|
| 39 |
h1 {
|
| 40 |
font-size: 6em;
|
| 41 |
+
color: #ffc99f;
|
| 42 |
margin-top: 30px;
|
| 43 |
margin-bottom: 30px;
|
| 44 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
|
|
|
| 92 |
with gr.Column(scale=100):
|
| 93 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
| 94 |
gr.HTML("""<style> .gr-button {
|
| 95 |
+
color: #ffffff !important;
|
| 96 |
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
| 97 |
background-image: linear-gradient(#76635a, #d2a489) !important;
|
| 98 |
border-radius: 24px !important;
|
|
|
|
| 105 |
}
|
| 106 |
|
| 107 |
.gr-button:active {
|
| 108 |
+
color: #ffc99f !important;
|
| 109 |
font-size: 98% !important;
|
| 110 |
text-shadow: 0px 0px 0 rgba(0, 0, 0, 1) !important;
|
| 111 |
background-image: linear-gradient(#d2a489, #76635a) !important;
|