awacke1 commited on
Commit
33b6699
·
1 Parent(s): 0636add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ def update_data(df):
42
  for i in range(10): # Loop for 10 iterations
43
  df = update_data(df)
44
  fig = create_sunburst_plot(df)
45
- st.plot(create_sunburst_plot(df))
46
  st.plotly_chart(create_sunburst_plot(df))
47
  time.sleep(5) # Sleep for 5 seconds
 
42
  for i in range(10): # Loop for 10 iterations
43
  df = update_data(df)
44
  fig = create_sunburst_plot(df)
45
+ #st.plot(create_sunburst_plot(df))
46
  st.plotly_chart(create_sunburst_plot(df))
47
  time.sleep(5) # Sleep for 5 seconds