Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,8 +322,8 @@ custom_css = """
|
|
| 322 |
|
| 323 |
/* LOGO */
|
| 324 |
.logo-img {
|
| 325 |
-
width:
|
| 326 |
-
height:
|
| 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=
|
| 447 |
gr.HTML(
|
| 448 |
f"""
|
| 449 |
<img src="{DOX_LOGO}" class="logo-img" alt="DOX Logo">
|
|
|
|
| 322 |
|
| 323 |
/* LOGO */
|
| 324 |
.logo-img {
|
| 325 |
+
width: 150px;
|
| 326 |
+
height: 150px;
|
| 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=100):
|
| 447 |
gr.HTML(
|
| 448 |
f"""
|
| 449 |
<img src="{DOX_LOGO}" class="logo-img" alt="DOX Logo">
|