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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
12
  title="Test dataframe and html",
13
  description="Test dataframe and html",
14
  examples=["a", "b"],
15
- # layout="vertical",
16
  )
17
 
18
  iface.launch(share=False, debug=True)
 
12
  title="Test dataframe and html",
13
  description="Test dataframe and html",
14
  examples=["a", "b"],
15
+ layout="vertical",
16
  )
17
 
18
  iface.launch(share=False, debug=True)