Update my_pages/home.py
Browse files- my_pages/home.py +1 -0
my_pages/home.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
from utils import go_to
|
| 3 |
|
| 4 |
def render():
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from streamlit_extras.stylable_container import stylable_container
|
| 3 |
from utils import go_to
|
| 4 |
|
| 5 |
def render():
|