fffiloni commited on
Commit
199341b
1 Parent(s): bad7be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ css = """
140
 
141
  with gr.Blocks(css=css) as demo:
142
  with gr.Column(elem_id="col-container"):
143
- with gr.HTML(f"""
144
  <h2 style="text-align: center;>
145
  {title}
146
  </h2>
 
140
 
141
  with gr.Blocks(css=css) as demo:
142
  with gr.Column(elem_id="col-container"):
143
+ gr.HTML(f"""
144
  <h2 style="text-align: center;>
145
  {title}
146
  </h2>