Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.9.1
metadata
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
- Enter a math expression (e.g., "1+8+9")
- Click Calculate
- Wait 6 seconds for the result
Technical Details
Built with:
- Gradio for the UI