Skip to content

Commit 794b570

Browse files
Update gradio_pie_top_five.py
1 parent c81fddf commit 794b570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradio_pie_top_five.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#drag and drop program that creates a pie chart from the single column of data in the csv file.
2+
#The pie chart will show the top five most frequent occurring values in the data set submitted.
3+
14
import gradio as gr
25
import pandas as pd
36
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)