Update charts_advanced.py
Browse files- charts_advanced.py +1 -0
charts_advanced.py
CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
|
|
2 |
import matplotlib.pyplot as plt
|
3 |
from collections import Counter
|
4 |
import matplotlib.ticker as ticker
|
|
|
5 |
|
6 |
def category_chart(file_path):
|
7 |
# Load the Excel file
|
|
|
2 |
import matplotlib.pyplot as plt
|
3 |
from collections import Counter
|
4 |
import matplotlib.ticker as ticker
|
5 |
+
import gradio as gr
|
6 |
|
7 |
def category_chart(file_path):
|
8 |
# Load the Excel file
|