ManishThota commited on
Commit
f19efda
1 Parent(s): 593d13d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ css = """
124
  }
125
 
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
 
 
124
  }
125
 
126
  """
127
+ with gr.Blocks(css = css) 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