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