Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,4 @@ def filter_data(df, query):
|
|
33 |
|
34 |
filtered_df = filter_data(df, "parents == 'Root'")
|
35 |
|
36 |
-
|
37 |
-
fig.show()
|
|
|
33 |
|
34 |
filtered_df = filter_data(df, "parents == 'Root'")
|
35 |
|
36 |
+
st.plotly_chart(create_sunburst_plot(filtered_df))
|
|