prithivMLmods commited on
Commit
35d2696
·
verified ·
1 Parent(s): 0e6b86e

update app

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -451,8 +451,14 @@ body:not(.dark) .btn-run,body:not(.dark) .btn-run *,
451
  }
452
 
453
  .output-frame{border-bottom:1px solid #27272a;display:flex;flex-direction:column;position:relative}
 
 
 
 
 
 
454
  .output-frame .out-title{
455
- padding:10px 20px;font-size:13px;font-weight:700;color:#ffffff!important;
456
  text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid rgba(39,39,42,.6);
457
  display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;
458
  }
@@ -1043,7 +1049,7 @@ with gr.Blocks() as demo:
1043
 
1044
  <div class="output-frame">
1045
  <div class="out-title">
1046
- <span>Raw Output Stream</span>
1047
  <div class="out-title-right">
1048
  <button id="copy-output-btn" class="out-action-btn" title="Copy">{COPY_SVG} Copy</button>
1049
  <button id="save-output-btn" class="out-action-btn" title="Save">{SAVE_SVG} Save File</button>
 
451
  }
452
 
453
  .output-frame{border-bottom:1px solid #27272a;display:flex;flex-direction:column;position:relative}
454
+ .output-frame .out-title,
455
+ .output-frame .out-title *,
456
+ #output-title-label{
457
+ color:#ffffff!important;
458
+ -webkit-text-fill-color:#ffffff!important;
459
+ }
460
  .output-frame .out-title{
461
+ padding:10px 20px;font-size:13px;font-weight:700;
462
  text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid rgba(39,39,42,.6);
463
  display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;
464
  }
 
1049
 
1050
  <div class="output-frame">
1051
  <div class="out-title">
1052
+ <span id="output-title-label">Raw Output Stream</span>
1053
  <div class="out-title-right">
1054
  <button id="copy-output-btn" class="out-action-btn" title="Copy">{COPY_SVG} Copy</button>
1055
  <button id="save-output-btn" class="out-action-btn" title="Save">{SAVE_SVG} Save File</button>