Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ def fn():
|
|
5 |
return df, df.to_html()
|
6 |
|
7 |
iface = gr.Interface(
|
8 |
-
fn
|
9 |
"text",
|
10 |
-
|
11 |
title="Test dataframe and html",
|
12 |
description="Test dataframe and html",
|
13 |
# layout="vertical",
|
|
|
5 |
return df, df.to_html()
|
6 |
|
7 |
iface = gr.Interface(
|
8 |
+
fn,
|
9 |
"text",
|
10 |
+
["dataframe", "html"],
|
11 |
title="Test dataframe and html",
|
12 |
description="Test dataframe and html",
|
13 |
# layout="vertical",
|