Spaces:
Paused
Paused
Krebzonide
commited on
Commit
•
5efaf72
1
Parent(s):
7f6d399
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
df = gr.Dataframe(
|
5 |
-
type="
|
6 |
headers=["name"],
|
7 |
datatype=["str"],
|
8 |
row_count=(4, "fixed"),
|
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
df = gr.Dataframe(
|
5 |
+
type="numpy",
|
6 |
headers=["name"],
|
7 |
datatype=["str"],
|
8 |
row_count=(4, "fixed"),
|