Skip to content

Commit 521a87b

Browse files
committed
Minor update to trigger rebuild
1 parent dc0578c commit 521a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/survey_results.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"def display_chart():\n",
1818
" # response = requests.get(url=\"https://structuralpython.b-cdn.net/df_sun.xlsx\")\n",
19-
" # df = pd.read_excel(io.BytesIO(response.content))\n",
19+
" # df = pd.read_excel(io.BytesIO(response.content)) #\n",
2020
" df = pd.read_excel(\"df_sun.xlsx\")\n",
2121
" return px.sunburst(df, path=[\"status\", 'category', 'topic'], values='count', width=1000, height=1000)"
2222
]

0 commit comments

Comments
 (0)