GMARTINEZMILLA commited on
Commit
5250188
1 Parent(s): 9d39950

feat: updated location of files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from utils import recomienda_tfid
12
 
13
 
14
  # Page configuration
15
- st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:")
16
 
17
  # Load CSV files at the top
18
  df = pd.read_csv("df_clean.csv")
 
12
 
13
 
14
  # Page configuration
15
+ st.set_page_config(page_title="DeepInsightz", page_icon=":bar_chart:", layout="wide")
16
 
17
  # Load CSV files at the top
18
  df = pd.read_csv("df_clean.csv")