diff --git a/demo.py b/demo.py
index 64f099a..b074ed2 100644
--- a/demo.py
+++ b/demo.py
@@ -95,7 +95,7 @@ def gradio_answer(chatbot, chat_state, img_list, num_beams, temperature):
title = """
Demo of MiniGPT-4
"""
description = """This is the demo of MiniGPT-4. Upload your images and start chatting!
"""
-article = """


+article = """


"""
#TODO show examples below
@@ -142,4 +142,4 @@ with gr.Blocks() as demo:
)
clear.click(gradio_reset, [chat_state, img_list], [chatbot, image, text_input, upload_button, chat_state, img_list], queue=False)
-demo.launch(share=True, enable_queue=True)
\ No newline at end of file
+demo.launch(share=True, enable_queue=True)