Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ st.title("My Sticky Header App")
|
|
28 |
|
29 |
st.write("Scroll down to see if the header remains at the top on Hugging Face!")
|
30 |
for i in range(50):
|
31 |
-
|
32 |
|
33 |
|
34 |
# --- PAGE SETUP ---
|
|
|
28 |
|
29 |
st.write("Scroll down to see if the header remains at the top on Hugging Face!")
|
30 |
for i in range(50):
|
31 |
+
st.write(f"Some more content here: {i}")
|
32 |
|
33 |
|
34 |
# --- PAGE SETUP ---
|