AngeT10 commited on
Commit
73875a6
·
verified ·
1 Parent(s): ca8f9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
67
  use this colab with caution <3.
68
  """,
69
  theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),
70
- style=gr.Box.vertical,
71
  # Add the model sharing tab
72
  children=[
73
  iface,
 
67
  use this colab with caution <3.
68
  """,
69
  theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),
70
+ layout=gr.Box.vertical,
71
  # Add the model sharing tab
72
  children=[
73
  iface,