anonymous12321 commited on
Commit
da3ff36
·
verified ·
1 Parent(s): 8daf4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -26
app.py CHANGED
@@ -178,32 +178,7 @@ textarea { background-color: #181818 !important; color: #fff !important; border-
178
  button { background-color: #007aff !important; color: white !important; font-weight: 600 !important; border-radius: 8px !important; border: none !important; }
179
  button:hover { background-color: #00aaff !important; }
180
  .output-chip { background-color: #1a1a1a; padding: 5px 12px; border-radius: 8px; font-weight: 500; border: 1px solid #007aff33; }
181
- .suggestion-box {
182
- background-color: #112f50;
183
- border-radius: 10px;
184
- border: 1px solid #1f3c5a;
185
- padding: 10px;
186
- display: flex;
187
- align-items: center;
188
- justify-content: center;
189
- color: #eee;
190
- margin-top: 25px;
191
- position: relative;
192
- max-height: 150px;
193
- overflow-y: auto;
194
- overflow-x: hidden;
195
- }
196
- .suggestion-box .suggestion-text {
197
- width: 100%;
198
- text-align: center;
199
- border: none;
200
- background: none;
201
- color: #eee;
202
- font-weight: 500;
203
- padding-top: 8px;
204
- overflow-y: auto;
205
- max-height: 120px;
206
- }
207
 
208
  .arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
209
  .use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}
 
178
  button { background-color: #007aff !important; color: white !important; font-weight: 600 !important; border-radius: 8px !important; border: none !important; }
179
  button:hover { background-color: #00aaff !important; }
180
  .output-chip { background-color: #1a1a1a; padding: 5px 12px; border-radius: 8px; font-weight: 500; border: 1px solid #007aff33; }
181
+ .suggestion-box { background-color: #112f50; border-radius: 10px; border: 1px solid #1f3c5a; padding: 10px; display: flex; align-items: center; justify-content: center; color: #eee; margin-top: 25px; position: relative; overflow: scroll; } .arrow-btn { width: 25px; height: 25px; font-size: 12px; padding: 0; background: none; border: none; color: #e0f0ff; cursor: pointer; font-weight: bold; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  .arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
184
  .use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}