Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|