Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 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)
|