Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ class App:
|
|
| 289 |
with gr.Column(scale=2):
|
| 290 |
gr.Markdown("# " + website_title,elem_id="md_title")
|
| 291 |
if website_subtitle:
|
| 292 |
-
gr.Markdown("#### " + website_subtitle,elem_id="md_title)
|
| 293 |
|
| 294 |
with gr.Column(scale=3):
|
| 295 |
if disclaimer_show:
|
|
|
|
| 289 |
with gr.Column(scale=2):
|
| 290 |
gr.Markdown("# " + website_title,elem_id="md_title")
|
| 291 |
if website_subtitle:
|
| 292 |
+
gr.Markdown("#### " + website_subtitle,elem_id="md_title")
|
| 293 |
|
| 294 |
with gr.Column(scale=3):
|
| 295 |
if disclaimer_show:
|