From 0c18f570d42e60a949cc34bd3b9839b55f926abd Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 22 Jan 2026 12:59:06 +0100 Subject: [PATCH] revert 3f2160405ac7eb7587d6d90f9f2081d073ba0d30 revert 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 269edbc..11460bb 100644 --- a/gallery_app.py +++ b/gallery_app.py @@ -1,5 +1,5 @@ import os -import mathgg +import math import asyncio from typing import Optional, List, Dict, Set from nicegui import ui, app, run