diff --git a/gradio_ui/app.py b/gradio_ui/app.py index 405678f..e824982 100644 --- a/gradio_ui/app.py +++ b/gradio_ui/app.py @@ -125,7 +125,7 @@ def process_input(user_input, state, vision_agent_state): for content in message["content"]: # convert image_url to gradio image format if content["type"] == "image_url": - gradio_chatbox_content += f'
' + gradio_chatbox_content += f'
' # convert text to gradio text format elif content["type"] == "text": # agent response is json format and must contains reasoning