VictorSanh commited on
Commit
5139ca9
1 Parent(s): be3e79e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ h1{display: flex;align-items: center;justify-content: center;gap: .25em}
167
  """
168
 
169
 
170
- with gr.Blocks(title="Img2html", theme=gr.themes.Base(), css=css) as demo:
171
  with gr.Row(equal_height=True):
172
  with gr.Column(scale=4, min_width=250) as upload_area:
173
  imagebox = gr.Image(
 
167
  """
168
 
169
 
170
+ with gr.Blocks(title="Screenshot to HTML", theme=gr.themes.Base(), css=css) as demo:
171
  with gr.Row(equal_height=True):
172
  with gr.Column(scale=4, min_width=250) as upload_area:
173
  imagebox = gr.Image(