ManishThota commited on
Commit
593d13d
·
verified ·
1 Parent(s): 4f5fcef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ css = """
126
  """
127
  with gr.Blocks(css = css, static_dir="data") as app:
128
  with gr.Row(elem_id="container"):
129
- gr.Markdown("""<div style='text-align: center;'><img src="data/header.png" width="1000" height="500" /></div>""")
130
 
131
  gr.Markdown("""
132
  ## This Gradio app serves as four folds:
 
126
  """
127
  with gr.Blocks(css = css, static_dir="data") as app:
128
  with gr.Row(elem_id="container"):
129
+ gr.Markdown("""<div style='text-align: center;'><img src="/data/header.png" width="1000" height="500" /></div>""")
130
 
131
  gr.Markdown("""
132
  ## This Gradio app serves as four folds: