We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81fddf commit 794b570Copy full SHA for 794b570
gradio_pie_top_five.py
@@ -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
+
4
import gradio as gr
5
import pandas as pd
6
import matplotlib.pyplot as plt
0 commit comments