From 3f2160405ac7eb7587d6d90f9f2081d073ba0d30 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 22 Jan 2026 12:58:48 +0100 Subject: [PATCH] Update gallery_app.py --- gallery_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_app.py b/gallery_app.py index 11460bb..269edbc 100644 --- a/gallery_app.py +++ b/gallery_app.py @@ -1,5 +1,5 @@ import os -import math +import mathgg import asyncio from typing import Optional, List, Dict, Set from nicegui import ui, app, run