anonymous12321 commited on
Commit
7e6bfd8
·
verified ·
1 Parent(s): ae59d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ----------------