LAP-DEV commited on
Commit
c308302
·
verified ·
1 Parent(s): 86ad885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ class App:
291
  gr.Markdown("# "+website_title,elem_id="md_project")
292
  if website_subtitle:
293
  gr.Markdown("##### "+website_subtitle,elem_id="md_project")
294
- gr.html("##### "+website_subtitle)
295
 
296
  with gr.Column(scale=3):
297
  if disclaimer_show:
 
291
  gr.Markdown("# "+website_title,elem_id="md_project")
292
  if website_subtitle:
293
  gr.Markdown("##### "+website_subtitle,elem_id="md_project")
294
+ big_block = gr.HTML("testd")
295
 
296
  with gr.Column(scale=3):
297
  if disclaimer_show: