Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -101,11 +101,28 @@ footer {visibility: hidden}
|
|
101 |
background-color: #f8f9fa;
|
102 |
}
|
103 |
|
104 |
-
|
|
|
105 |
color: black !important;
|
106 |
}
|
107 |
|
108 |
-
.gr-examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
color: black !important;
|
110 |
}
|
111 |
|
@@ -127,6 +144,15 @@ footer {visibility: hidden}
|
|
127 |
height: 150px !important;
|
128 |
width: auto !important;
|
129 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
"""
|
131 |
|
132 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
|
|
101 |
background-color: #f8f9fa;
|
102 |
}
|
103 |
|
104 |
+
/* Examples ํ
์คํธ ์์ ๊ด๋ จ ์คํ์ผ ์์ */
|
105 |
+
.gr-examples-text {
|
106 |
color: black !important;
|
107 |
}
|
108 |
|
109 |
+
.gr-examples button {
|
110 |
+
color: black !important;
|
111 |
+
}
|
112 |
+
|
113 |
+
.gr-examples span {
|
114 |
+
color: black !important;
|
115 |
+
}
|
116 |
+
|
117 |
+
.gr-examples div {
|
118 |
+
color: black !important;
|
119 |
+
}
|
120 |
+
|
121 |
+
.gr-examples p {
|
122 |
+
color: black !important;
|
123 |
+
}
|
124 |
+
|
125 |
+
.gr-examples h3 {
|
126 |
color: black !important;
|
127 |
}
|
128 |
|
|
|
144 |
height: 150px !important;
|
145 |
width: auto !important;
|
146 |
}
|
147 |
+
|
148 |
+
/* ์ถ๊ฐ์ ์ธ Examples ๊ด๋ จ ์คํ์ผ */
|
149 |
+
.example-text {
|
150 |
+
color: black !important;
|
151 |
+
}
|
152 |
+
|
153 |
+
.example-label {
|
154 |
+
color: black !important;
|
155 |
+
}
|
156 |
"""
|
157 |
|
158 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|