georad commited on
Commit
2bd03f3
·
verified ·
1 Parent(s): 241e0b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "30px" # EXAMPLE: Adjust this (e.g., "56px", "4rem")
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):