Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def create_rating_box_chart(df, title):
|
|
191 |
return fig
|
192 |
|
193 |
# Streamlit app
|
194 |
-
st.title('
|
195 |
|
196 |
# Split into two columns for buttons
|
197 |
col1, col2 = st.columns(2)
|
|
|
191 |
return fig
|
192 |
|
193 |
# Streamlit app
|
194 |
+
st.title('MOVIE Analysis')
|
195 |
|
196 |
# Split into two columns for buttons
|
197 |
col1, col2 = st.columns(2)
|