Skip to content

Commit

Permalink
Add select box was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Bautistao2 committed Oct 9, 2023
1 parent cd3de9f commit a247a6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import streamlit as st
import pandas as pd
import pickle
import pickle
from pickle import dump
import streamlit.components.v1 as components
from sklearn.ensemble import RandomForestClassifier
Expand Down Expand Up @@ -87,13 +86,8 @@ def run():

#SI EL USUARIO HA ESCOGIDO LA OPCION DE IR A GRAFICOS, SE AÑADE LA LIBRERIA QUE PERMITE REALIZAR GRAFICOS
#CON LA INFO DEL DATASET
if add_selectbox == 'Ir a gráficos':
#VISUALIZO EL DATASET, PRIMERO, LUEGO REALIZO GRAFICOS
df = pd.read_csv("hrdatatest.csv")





if __name__ == '__main__':
run()

0 comments on commit a247a6b

Please sign in to comment.