Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,8 +129,7 @@ if 'key0' in st.session_state:
|
|
| 129 |
their respective labels in the table below.</div>""", unsafe_allow_html=True)
|
| 130 |
|
| 131 |
with col2:
|
| 132 |
-
|
| 133 |
-
|
| 134 |
# ### Pie chart
|
| 135 |
|
| 136 |
# # Create a df that stores all the labels
|
|
|
|
| 129 |
their respective labels in the table below.</div>""", unsafe_allow_html=True)
|
| 130 |
|
| 131 |
with col2:
|
| 132 |
+
st.write("")
|
|
|
|
| 133 |
# ### Pie chart
|
| 134 |
|
| 135 |
# # Create a df that stores all the labels
|