MaksG commited on
Commit
8df39f8
1 Parent(s): da4b039

Update charts_advanced.py

Browse files
Files changed (1) hide show
  1. 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