jcmachicao commited on
Commit
7aa27f8
1 Parent(s): ddd4a16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ if file is not None:
9
  df = pd.read_excel(file, engine='openpyxl')
10
  # Show the dataframe in Streamlit
11
  #st.write(df.head())
12
- st.write(list(df.columns))
13
 
14
  # Sidebar option
15
  option = st.sidebar.selectbox('Clasificar resultados por:', ('Pregunta', 'Categoria'))
 
9
  df = pd.read_excel(file, engine='openpyxl')
10
  # Show the dataframe in Streamlit
11
  #st.write(df.head())
12
+ #st.write(list(df.columns))
13
 
14
  # Sidebar option
15
  option = st.sidebar.selectbox('Clasificar resultados por:', ('Pregunta', 'Categoria'))