Crackershoot commited on
Commit
d0489a2
·
verified ·
1 Parent(s): f68e438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -322,8 +322,8 @@ custom_css = """
322
 
323
  /* LOGO */
324
  .logo-img {
325
- width: 150px;
326
- height: 150px;
327
  margin-bottom: 8px;
328
  margin-right: 8px;
329
  }
@@ -443,7 +443,7 @@ with gr.Blocks(title="🤖 Dox the Data Professional's Guide 🤖",
443
  # Header
444
  # -----------------------------
445
  with gr.Row(elem_classes=["header-card"]):
446
- with gr.Column(scale=1, min_width=100):
447
  gr.HTML(
448
  f"""
449
  <img src="{DOX_LOGO}" class="logo-img" alt="DOX Logo">
 
322
 
323
  /* LOGO */
324
  .logo-img {
325
+ width: 180px;
326
+ height: 180px;
327
  margin-bottom: 8px;
328
  margin-right: 8px;
329
  }
 
443
  # Header
444
  # -----------------------------
445
  with gr.Row(elem_classes=["header-card"]):
446
+ with gr.Column(scale=1, min_width=50):
447
  gr.HTML(
448
  f"""
449
  <img src="{DOX_LOGO}" class="logo-img" alt="DOX Logo">