agentharbor commited on
Commit
f7dd29c
·
verified ·
1 Parent(s): 87aaf10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import pandas as pd
 
2
  from ydata_profiling import ProfileReport
3
 
4
  def generate_profile(file):
 
1
  import pandas as pd
2
+ import gradio as gr
3
  from ydata_profiling import ProfileReport
4
 
5
  def generate_profile(file):