Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,8 @@ import streamlit as st
|
|
| 2 |
import numpy as np
|
| 3 |
import plotly.express as px
|
| 4 |
import pandas as pd
|
|
|
|
|
|
|
| 5 |
st.set_page_config(page_title="Plotly Graphing Libraries",layout='wide')
|
| 6 |
|
| 7 |
# https://plotly.com/python/treemaps/
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import plotly.express as px
|
| 4 |
import pandas as pd
|
| 5 |
+
import plotly.graph_objects as go
|
| 6 |
+
|
| 7 |
st.set_page_config(page_title="Plotly Graphing Libraries",layout='wide')
|
| 8 |
|
| 9 |
# https://plotly.com/python/treemaps/
|