Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|