Spaces:
Sleeping
Sleeping
File size: 551 Bytes
5cb3329 0bd6959 5cb3329 0bd6959 5cb3329 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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 |