Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Krebzonide
/
DataFrameTest
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Krebzonide
commited on
Feb 20, 2024
Commit
a54ef95
·
verified
·
1 Parent(s):
a1ec9c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import gradio as gr
2
3
-
with gr.Blocks as demo:
4
gr.Dataframe(
5
headers=["name"],
6
datatype=["str"],
1
import gradio as gr
2
3
+
with gr.Blocks
()
as demo:
4
gr.Dataframe(
5
headers=["name"],
6
datatype=["str"],