Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Streamlit_Plotly_Graph_Objects
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
May 8, 2023
Commit
d37ee95
·
1 Parent(s):
511016e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import pandas as pd
2
import plotly.graph_objects as go
3
4
def create_sunburst_plot(df):
1
import pandas as pd
2
+
import streamlit as st
3
import plotly.graph_objects as go
4
5
def create_sunburst_plot(df):