georad commited on
Commit
f2e7d73
·
verified ·
1 Parent(s): 27961da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- sst.write(f"Some more content here: {i}")
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 ---