Jack-ki1 commited on
Commit
25a73ff
·
verified ·
1 Parent(s): 438ed1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -341,28 +341,28 @@ st.markdown(f"""
341
  display: flex;
342
  justify-content: space-between;
343
  align-items: center;
344
- padding: 1rem 2rem;
345
  background-color: #f8f9fa;
346
  border-bottom: 1px solid #e0e0e0;
347
- margin-bottom: 1.5rem;
348
  }}
349
  .brand {{
350
  display: flex;
351
  align-items: center;
352
- gap: 1rem;
353
  }}
354
  .logo img {{
355
- width: 40px;
356
- height: 40px;
357
  }}
358
  .title {{
359
- font-size: 1.8rem;
360
  font-weight: 700;
361
  color: #2c3e50;
362
  margin: 0;
363
  }}
364
  .subtitle {{
365
- font-size: 1rem;
366
  color: #7f8c8d;
367
  margin: 0;
368
  }}
@@ -370,7 +370,7 @@ st.markdown(f"""
370
 
371
  <div class="header">
372
  <div class="brand">
373
- <div class="logo"><img src="{logo_url}" alt="logo" width="40" height="40"></div>
374
  <div>
375
  <div class="title">FINESE · Smart Data Explorer Pro</div>
376
  <div class="subtitle">Fast insights • Clean visuals • Board-ready reports</div>
 
341
  display: flex;
342
  justify-content: space-between;
343
  align-items: center;
344
+ padding: 0.5rem 1rem;
345
  background-color: #f8f9fa;
346
  border-bottom: 1px solid #e0e0e0;
347
+ margin-bottom: 0.75rem;
348
  }}
349
  .brand {{
350
  display: flex;
351
  align-items: center;
352
+ gap: 0.75rem;
353
  }}
354
  .logo img {{
355
+ width: 32px;
356
+ height: 32px;
357
  }}
358
  .title {{
359
+ font-size: 1.4rem;
360
  font-weight: 700;
361
  color: #2c3e50;
362
  margin: 0;
363
  }}
364
  .subtitle {{
365
+ font-size: 0.85rem;
366
  color: #7f8c8d;
367
  margin: 0;
368
  }}
 
370
 
371
  <div class="header">
372
  <div class="brand">
373
+ <div class="logo"><img src="{logo_url}" alt="logo" width="32" height="32"></div>
374
  <div>
375
  <div class="title">FINESE · Smart Data Explorer Pro</div>
376
  <div class="subtitle">Fast insights • Clean visuals • Board-ready reports</div>