Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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:
|