mikeee commited on
Commit
472ba1f
·
1 Parent(s): 7513cd5

Update app.py

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