Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import time
|
|
9 |
|
10 |
# Use the developer tools to find your header's actual height.
|
11 |
# Inspect the header element, go to the "Computed" tab in styles, and find its height.
|
12 |
-
HEADER_HEIGHT = "
|
13 |
|
14 |
# ---- SELECTOR FOR THE HEADER ----
|
15 |
# Try this first (common for recent Streamlit versions):
|
|
|
9 |
|
10 |
# Use the developer tools to find your header's actual height.
|
11 |
# Inspect the header element, go to the "Computed" tab in styles, and find its height.
|
12 |
+
HEADER_HEIGHT = "62px" # EXAMPLE: Adjust this (e.g., "56px", "4rem")
|
13 |
|
14 |
# ---- SELECTOR FOR THE HEADER ----
|
15 |
# Try this first (common for recent Streamlit versions):
|