Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ button:hover { background-color: #00aaff !important; }
|
|
| 207 |
.use-btn:hover { background-color:#99ccff !important; }
|
| 208 |
.suggestion-box .prev-btn { position: absolute; top: 5px; left: 5px; }
|
| 209 |
.suggestion-box .next-btn { position: absolute; top: 5px; right: 5px; }
|
| 210 |
-
.suggestion-box .suggestion-text { width: 100%; text-align: center; border:none; background:none; color:#eee; font-weight:500; padding-top:8px; }
|
| 211 |
"""
|
| 212 |
|
| 213 |
# ---------------- Gradio UI ----------------
|
|
|
|
| 207 |
.use-btn:hover { background-color:#99ccff !important; }
|
| 208 |
.suggestion-box .prev-btn { position: absolute; top: 5px; left: 5px; }
|
| 209 |
.suggestion-box .next-btn { position: absolute; top: 5px; right: 5px; }
|
| 210 |
+
.suggestion-box .suggestion-text { width: 100%; text-align: center; border:none; background:none; color:#eee; font-weight:500; padding-top:8px; overflow-y: scroll;}
|
| 211 |
"""
|
| 212 |
|
| 213 |
# ---------------- Gradio UI ----------------
|