Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|