Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,6 @@ import time # Import time for simulating a running task
|
|
4 |
# --- Custom CSS for Sticky Header ---
|
5 |
st.markdown("""
|
6 |
<style>
|
7 |
-
/* Hide the default Streamlit header */
|
8 |
-
header {
|
9 |
-
display: none !important;
|
10 |
-
}
|
11 |
-
|
12 |
/* Make the custom header container sticky */
|
13 |
.sticky-header {
|
14 |
position: sticky;
|
|
|
4 |
# --- Custom CSS for Sticky Header ---
|
5 |
st.markdown("""
|
6 |
<style>
|
|
|
|
|
|
|
|
|
|
|
7 |
/* Make the custom header container sticky */
|
8 |
.sticky-header {
|
9 |
position: sticky;
|