diff --git a/demo_v2.py b/demo_v2.py
index 4dc8ff5..e792f7b 100644
--- a/demo_v2.py
+++ b/demo_v2.py
@@ -534,9 +534,9 @@ def gradio_taskselect(idx):
chat = Chat(model, vis_processor, device=device)
-title = '**MiniGPT-v2 Demo**'
+title = """
MiniGPT-v2 Demo
"""
description = 'Welcome to Our MiniGPT-v2 Chatbot Demo!'
-article = 'demo'
+article = """



"""
introduction = '''
For Abilities Involving Visual Grounding:
@@ -554,7 +554,7 @@ text_input = gr.Textbox(placeholder='Upload your image and chat', interactive=Tr
scale=8)
with gr.Blocks() as demo:
gr.Markdown(title)
- gr.Markdown(description)
+ # gr.Markdown(description)
gr.Markdown(article)
with gr.Row():