Update app.py
Browse files
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 |
|