diff --git a/server.py b/server.py index f1c972b..2d1f290 100644 --- a/server.py +++ b/server.py @@ -594,10 +594,10 @@ async def ui_activity_detail(activity_index: int, request: Request): elif "Image" in obj_type or "image" in media_type: content_html = f'''
- {obj_name}
- Download @@ -657,7 +657,7 @@ async def ui_activity_detail(activity_index: int, request: Request): class="max-h-40 rounded hidden" muted loop playsinline onloadeddata="this.classList.remove('hidden'); this.nextElementSibling.classList.add('hidden'); this.play();"> - Input
@@ -830,10 +830,10 @@ async def ui_asset_detail(name: str, request: Request): elif asset_type == "image": content_html = f'''
- {name}
- Download @@ -947,7 +947,7 @@ async def ui_asset_detail(name: str, request: Request): class="max-h-40 rounded hidden" muted loop playsinline onloadeddata="this.classList.remove('hidden'); this.nextElementSibling.classList.add('hidden'); this.play();"> - Input