modified: app.py
This commit is contained in:
parent
ba37cb448c
commit
2e82ddc563
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue