modified: app.py

This commit is contained in:
Russell Ballestrini 2024-08-24 20:28:56 -04:00
parent ba37cb448c
commit 2e82ddc563

1
app.py
View file

@ -2588,6 +2588,7 @@ def display_activity_info(room_name, username):
"content": msg.content,
}
for msg in all_messages
if not msg.is_base64_image()
]
# Prepare the rubric for grading