LAP-DEV commited on
Commit
680701c
·
verified ·
1 Parent(s): efdb31c

Update app.py

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