georad commited on
Commit
0e34d54
·
verified ·
1 Parent(s): 6fa67d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -1,11 +1,5 @@
1
  import streamlit as st
2
 
3
- # Create a container for the sticky header
4
- header_container = st.container()
5
-
6
- # Create a separate container for the main content
7
- main_container = st.container()
8
-
9
  # Reset any previous custom styles
10
  st.set_page_config(page_title="My App", layout="wide")
11
 
 
1
  import streamlit as st
2
 
 
 
 
 
 
 
3
  # Reset any previous custom styles
4
  st.set_page_config(page_title="My App", layout="wide")
5