ucaslcl commited on
Commit
618c694
Β·
verified Β·
1 Parent(s): c163620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
106
  with gr.Column():
107
  ocr_result = gr.Textbox(label="GOT output")
108
  with gr.Column():
109
- html_result = gr.HTML(label="rendered html")
110
 
111
  gr.Examples(
112
  examples=[
 
106
  with gr.Column():
107
  ocr_result = gr.Textbox(label="GOT output")
108
  with gr.Column():
109
+ html_result = gr.HTML(label="rendered html", show_label=True)
110
 
111
  gr.Examples(
112
  examples=[