diff --git a/webui.py b/webui.py
index 52d4c7a..8b86479 100644
--- a/webui.py
+++ b/webui.py
@@ -214,7 +214,7 @@ with shared.gradio_root:
desc_btn.click(trigger_describe, inputs=[desc_method, desc_input_image],
outputs=prompt, show_progress=True, queue=False)
- gr.HTML('\U0001F4D4 Document')
+ gr.HTML('\U0001F4D4 Document')
switch_js = "(x) => {if(x){viewer_to_bottom(100);viewer_to_bottom(500);}else{viewer_to_top();} return x;}"
down_js = "() => {viewer_to_bottom();}"