Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -202,8 +202,7 @@ MODEL_TITLE = """
|
|
202 |
align-items: center;
|
203 |
justify-content: center;
|
204 |
display: flex;
|
205 |
-
">
|
206 |
-
|
207 |
<div class="text" style="
|
208 |
padding-left: 20px;
|
209 |
padding-top: 1%;
|
@@ -1016,7 +1015,7 @@ class CustomTabbedInterface(gr.Blocks):
|
|
1016 |
tab_names = [f"Tab {i}" for i in range(len(interface_list))]
|
1017 |
with self:
|
1018 |
if title:
|
1019 |
-
gr.
|
1020 |
f"<h1 style='text-align: center; margin-bottom: 1rem'>{title}</h1>"
|
1021 |
)
|
1022 |
if description:
|
|
|
202 |
align-items: center;
|
203 |
justify-content: center;
|
204 |
display: flex;
|
205 |
+
">
|
|
|
206 |
<div class="text" style="
|
207 |
padding-left: 20px;
|
208 |
padding-top: 1%;
|
|
|
1015 |
tab_names = [f"Tab {i}" for i in range(len(interface_list))]
|
1016 |
with self:
|
1017 |
if title:
|
1018 |
+
gr.Markdown(
|
1019 |
f"<h1 style='text-align: center; margin-bottom: 1rem'>{title}</h1>"
|
1020 |
)
|
1021 |
if description:
|