LAP-DEV commited on
Commit
7ec0211
·
verified ·
1 Parent(s): 5949e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -286,7 +286,8 @@ class App:
286
  with gr.Row():
287
  #with gr.Column():
288
  #gr.Markdown(MARKDOWN, elem_id="md_project")
289
-
 
290
  with gr.Column():
291
  if website_title:
292
  gr.Markdown("# "+website_title,elem_id="md_project")
 
286
  with gr.Row():
287
  #with gr.Column():
288
  #gr.Markdown(MARKDOWN, elem_id="md_project")
289
+ with gr.Column():
290
+ #
291
  with gr.Column():
292
  if website_title:
293
  gr.Markdown("# "+website_title,elem_id="md_project")