Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
06e133e
1
Parent(s):
e51f0f6
feat: updated app script
Browse files
app.py
CHANGED
@@ -10,6 +10,9 @@ from sklearn.metrics import mean_absolute_error, mean_squared_error
|
|
10 |
from joblib import dump, load
|
11 |
from utils import recomienda_tfid
|
12 |
|
|
|
|
|
|
|
13 |
# Navigation menu
|
14 |
with st.sidebar:
|
15 |
st.sidebar.title("DeepInsightz")
|
@@ -20,8 +23,6 @@ with st.sidebar:
|
|
20 |
# Existing tool selection
|
21 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Summary", "Customer Analysis", "Articles Recommendations"])
|
22 |
|
23 |
-
# Page configuration
|
24 |
-
st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:", layout="wide")
|
25 |
|
26 |
# Custom CSS for dynamic theme styling
|
27 |
# Define light and dark theme specific colors and styles
|
|
|
10 |
from joblib import dump, load
|
11 |
from utils import recomienda_tfid
|
12 |
|
13 |
+
# Page configuration
|
14 |
+
st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:", layout="wide")
|
15 |
+
|
16 |
# Navigation menu
|
17 |
with st.sidebar:
|
18 |
st.sidebar.title("DeepInsightz")
|
|
|
23 |
# Existing tool selection
|
24 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Summary", "Customer Analysis", "Articles Recommendations"])
|
25 |
|
|
|
|
|
26 |
|
27 |
# Custom CSS for dynamic theme styling
|
28 |
# Define light and dark theme specific colors and styles
|