--- title: Delayed Math Calculator emoji: 🧮 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 4.7.1 app_file: app.py pinned: false --- # Math Calculator with Delay This is a simple math calculator that processes expressions with a 6-second delay. ## Features - Enter mathematical expressions - Results are calculated after a 6-second delay - Simple and lightweight implementation ## Usage 1. Enter a math expression (e.g., "1+8+9") 2. Click Calculate 3. Wait 6 seconds for the result ## Technical Details Built with: - Gradio for the UI