Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,19 +143,6 @@ h1 {
|
|
| 143 |
footer {
|
| 144 |
visibility: hidden;
|
| 145 |
}
|
| 146 |
-
|
| 147 |
-
@keyframes spin {
|
| 148 |
-
from {
|
| 149 |
-
transform: rotate(0deg);
|
| 150 |
-
}
|
| 151 |
-
to {
|
| 152 |
-
transform: rotate(360deg);
|
| 153 |
-
}
|
| 154 |
-
}
|
| 155 |
-
textarea[placeholder*="✦︎"]::placeholder {
|
| 156 |
-
display: inline-block;
|
| 157 |
-
animation: spin 2s linear infinite;
|
| 158 |
-
}
|
| 159 |
'''
|
| 160 |
|
| 161 |
# Gradio interface
|
|
|
|
| 143 |
footer {
|
| 144 |
visibility: hidden;
|
| 145 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
'''
|
| 147 |
|
| 148 |
# Gradio interface
|