From 7366ff5dfa760f84cd0ff69c460888791466fd95 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:49:02 -0700 Subject: [PATCH] Change a class name --- css/main.css | 2 +- modules/html_generator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 268ddb74..10089b1d 100644 --- a/css/main.css +++ b/css/main.css @@ -1555,7 +1555,7 @@ strong { flex-direction: column; } -.attachment-image { +.image-preview { border-radius: 16px; margin-bottom: 5px; object-fit: cover; diff --git a/modules/html_generator.py b/modules/html_generator.py index aa037314..44e0b236 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -377,7 +377,7 @@ def format_message_attachments(history, role, index): file_path = attachment.get("file_path", "") attachments_html += ( f'
' - f'{name}' + f'{name}' f'
{name}
' f'
' )