Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
agentharbor
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
agentharbor
commited on
Jul 26, 2024
Commit
f7dd29c
·
verified
·
1 Parent(s):
87aaf10
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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):