mikeee commited on
Commit
1304c9b
·
1 Parent(s): 0312e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,9 +8,9 @@ def fn(input=""):
8
  iface = gr.Interface(
9
  fn,
10
  "text",
11
- ["dataframe", "html"],
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
  )