From cea7fc2435b94f4d4af2f766b0333aa44b398ee9 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:28:23 -0700 Subject: [PATCH] Update html_instruct_style.css --- css/html_instruct_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 1c5bbd1c..1908f879 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -34,7 +34,7 @@ .gradio-container .chat .assistant-message { padding: 20px; - border-radius: 15px; + border-radius: 20px; background-color: #0000000f; margin-top: 9px !important; margin-bottom: 18px !important; @@ -42,7 +42,7 @@ .gradio-container .chat .user-message { padding: 20px; - border-radius: 15px; + border-radius: 20px; margin-bottom: 9px !important; }