mikeee commited on
Commit
a2d7220
·
1 Parent(s): f89ffaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  title="Test dataframe and html",
30
  # description="Test dataframe and html",
31
  examples=["a", "b"],
32
- layout="vertical", # unaligned horizontal vertical
33
  )
34
 
35
  iface.launch(share=False, debug=True)
 
29
  title="Test dataframe and html",
30
  # description="Test dataframe and html",
31
  examples=["a", "b"],
32
+ # layout="vertical", # unaligned horizontal vertical
33
  )
34
 
35
  iface.launch(share=False, debug=True)