Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,10 @@ def create_bar_chart(df, category):
|
|
108 |
# Adjust the height of the chart based on the number of rows in the DataFrame
|
109 |
st.plotly_chart(fig, use_container_width=True, height=len(df) * 35)
|
110 |
|
|
|
|
|
|
|
|
|
111 |
# Main function to run the Streamlit app
|
112 |
def main():
|
113 |
# Set page configuration and title
|
|
|
108 |
# Adjust the height of the chart based on the number of rows in the DataFrame
|
109 |
st.plotly_chart(fig, use_container_width=True, height=len(df) * 35)
|
110 |
|
111 |
+
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
# Main function to run the Streamlit app
|
116 |
def main():
|
117 |
# Set page configuration and title
|