Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
# At the top of file with imports
|
4 |
def add_sticky_header_css():
|
|
|
1 |
import streamlit as st
|
2 |
+
import streamlit.components.v1 as components
|
3 |
|
4 |
# At the top of file with imports
|
5 |
def add_sticky_header_css():
|