ucaslcl commited on
Commit
c5ad0b2
·
verified ·
1 Parent(s): e3bb044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -105,9 +105,9 @@ with gr.Blocks() as demo:
105
 
106
  with gr.Column():
107
  ocr_result = gr.Textbox(label="GOT output")
108
- with gr.Column():
109
- html_result = gr.HTML(
110
- value="""
111
  <!DOCTYPE html>
112
  <html lang="en" data-lt-installed="true"><head>
113
  <meta charset="UTF-8">
 
105
 
106
  with gr.Column():
107
  ocr_result = gr.Textbox(label="GOT output")
108
+ with gr.Column():
109
+ html_result = gr.HTML(
110
+ value="""
111
  <!DOCTYPE html>
112
  <html lang="en" data-lt-installed="true"><head>
113
  <meta charset="UTF-8">