Penguni commited on
Commit
74aed8f
·
verified ·
1 Parent(s): 5317a5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,8 +161,8 @@ st.title('Parental Guide Analysis')
161
 
162
  # Display two charts per row
163
  col1, col2 = st.columns(2)
164
- selection = col1.button('Movies')
165
- col2.button('TV Series')
166
 
167
  # Displaying charts in a customized layout based on selection
168
  if selection_movies:
 
161
 
162
  # Display two charts per row
163
  col1, col2 = st.columns(2)
164
+ selection_movies = col1.button('Movies')
165
+ selection_tv_series = col2.button('TV Series')
166
 
167
  # Displaying charts in a customized layout based on selection
168
  if selection_movies: