Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
01006ae
1
Parent(s):
563b652
Update app.py
Browse files
app.py
CHANGED
@@ -161,6 +161,7 @@ def choose(choice, embs, ys, calibrate_prompts):
|
|
161 |
css = '''.gradio-container{max-width: 700px !important}
|
162 |
#description{text-align: center}
|
163 |
#description h1{display: block}
|
|
|
164 |
.fade-in-out {animation: fadeInOut 3s forwards}
|
165 |
@keyframes fadeInOut {
|
166 |
0% {
|
|
|
161 |
css = '''.gradio-container{max-width: 700px !important}
|
162 |
#description{text-align: center}
|
163 |
#description h1{display: block}
|
164 |
+
#description p{margin-top: 0}
|
165 |
.fade-in-out {animation: fadeInOut 3s forwards}
|
166 |
@keyframes fadeInOut {
|
167 |
0% {
|