ziyan14 commited on
Commit
02827e0
·
verified ·
1 Parent(s): e24c39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -417,10 +417,16 @@ body, .gradio-container {
417
  cursor: default !important; min-height: 120px !important;
418
  }
419
  #error-out textarea {
420
- background: #1A0E0E !important; border: 1px solid #5a2020 !important;
421
- border-radius: 10px !important; font-family: 'DM Sans', sans-serif !important;
422
- font-size: 13.5px !important; padding: 14px 16px !important;
423
- color: #F0997B !important; cursor: default !important;
 
 
 
 
 
 
424
  }
425
  .divider { height: 1px; background: #2E3140; margin: 20px 0; }
426
  footer { display: none !important; }
 
417
  cursor: default !important; min-height: 120px !important;
418
  }
419
  #error-out textarea {
420
+ background: #1A0E0E !important;
421
+ border: 1px solid #5a2020 !important;
422
+ border-radius: 10px !important;
423
+ font-family: 'DM Sans', sans-serif !important;
424
+ font-size: 13.5px !important;
425
+ padding: 14px 16px !important;
426
+ color: #F0997B !important;
427
+ cursor: default !important;
428
+ min-height: 120px !important;
429
+ width: 100% !important;
430
  }
431
  .divider { height: 1px; background: #2E3140; margin: 20px 0; }
432
  footer { display: none !important; }