awacke1 commited on
Commit
511016e
·
1 Parent(s): aba87a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -33,5 +33,4 @@ def filter_data(df, query):
33
 
34
  filtered_df = filter_data(df, "parents == 'Root'")
35
 
36
- fig = create_sunburst_plot(filtered_df)
37
- fig.show()
 
33
 
34
  filtered_df = filter_data(df, "parents == 'Root'")
35
 
36
+ st.plotly_chart(create_sunburst_plot(filtered_df))