LAP-DEV commited on
Commit
3d9dc5d
·
verified ·
1 Parent(s): b9456e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -294,7 +294,9 @@ class App:
294
 
295
  markdown_text = "# " + website_title
296
  if website_subtitle:
297
- markdown_text += "##### " + website_subtitle
 
 
298
 
299
  gr.Markdown(markdown_text,elem_id="md_project")
300
 
 
294
 
295
  markdown_text = "# " + website_title
296
  if website_subtitle:
297
+ markdown_text += f"""
298
+ ##### {website_subtitle}
299
+ """
300
 
301
  gr.Markdown(markdown_text,elem_id="md_project")
302