fmegahed commited on
Commit
7392859
·
verified ·
1 Parent(s): 4074706

Fixed logo showing brightness

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ def build_app() -> gr.Blocks:
298
  background: linear-gradient(135deg, #C3142D 0%, #8B0E1E 100%);
299
  border-radius: 12px; margin-bottom: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
300
  <img src="https://raw.githubusercontent.com/fmegahed/isa401/main/figures/beveled-m-min-size.png"
301
- alt="Miami University" style="height: 56px; filter: brightness(0) invert(1);">
302
  <div>
303
  <h1 style="margin: 0; color: white; font-size: 24px; font-weight: 700; letter-spacing: -0.5px;">
304
  Decomposition Explorer v1.0
 
298
  background: linear-gradient(135deg, #C3142D 0%, #8B0E1E 100%);
299
  border-radius: 12px; margin-bottom: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
300
  <img src="https://raw.githubusercontent.com/fmegahed/isa401/main/figures/beveled-m-min-size.png"
301
+ alt="Miami University" style="height: 56px;">
302
  <div>
303
  <h1 style="margin: 0; color: white; font-size: 24px; font-weight: 700; letter-spacing: -0.5px;">
304
  Decomposition Explorer v1.0