Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ def fn(input=""):
|
|
8 |
iface = gr.Interface(
|
9 |
fn,
|
10 |
"text",
|
11 |
-
["dataframe",
|
12 |
title="Test dataframe and html",
|
13 |
-
description="Test dataframe and html",
|
14 |
examples=["a", "b"],
|
15 |
layout="vertical",
|
16 |
)
|
|
|
8 |
iface = gr.Interface(
|
9 |
fn,
|
10 |
"text",
|
11 |
+
["dataframe", gr.outputs.HTML()],
|
12 |
title="Test dataframe and html",
|
13 |
+
# description="Test dataframe and html",
|
14 |
examples=["a", "b"],
|
15 |
layout="vertical",
|
16 |
)
|