Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +0 -1
my_model/tabs/home.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
import streamlit.components.v1 as components
|
3 |
-
from my_model.utilities.gen_utilities import log_function_call
|
4 |
|
5 |
|
6 |
def run_home():
|
|
|
1 |
import streamlit as st
|
2 |
import streamlit.components.v1 as components
|
|
|
3 |
|
4 |
|
5 |
def run_home():
|