Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
52788ec
1
Parent(s):
fc0f62a
Update app.py
Browse files
app.py
CHANGED
@@ -137,6 +137,9 @@ css = """
|
|
137 |
margin-top: 10px;
|
138 |
margin-left: auto;
|
139 |
}
|
|
|
|
|
|
|
140 |
#share-btn {
|
141 |
all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;right:0;
|
142 |
}
|
@@ -160,6 +163,7 @@ css = """
|
|
160 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
161 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
162 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
|
|
163 |
"""
|
164 |
|
165 |
block = gr.Blocks(css=css)
|
|
|
137 |
margin-top: 10px;
|
138 |
margin-left: auto;
|
139 |
}
|
140 |
+
#share-btn-container .styler{
|
141 |
+
background-color: #000000;
|
142 |
+
}
|
143 |
#share-btn {
|
144 |
all: initial; color: #ffffff;font-weight: 600; cursor:pointer; font-family: 'IBM Plex Sans', sans-serif; margin-left: 0.5rem !important; padding-top: 0.25rem !important; padding-bottom: 0.25rem !important;right:0;
|
145 |
}
|
|
|
163 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
164 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
165 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
166 |
+
button{height: 100%}
|
167 |
"""
|
168 |
|
169 |
block = gr.Blocks(css=css)
|