Spaces:
Sleeping
Sleeping
SunForever
commited on
Create README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Math Calculator with Celery Delay
|
2 |
+
|
3 |
+
This is a simple math calculator that processes expressions with a 6-second delay using Celery.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
- Enter mathematical expressions
|
7 |
+
- Results are calculated after a 6-second delay
|
8 |
+
- Simple and lightweight implementation
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
1. Enter a math expression (e.g., "1+8+9")
|
12 |
+
2. Click Calculate
|
13 |
+
3. Wait 6 seconds for the result
|
14 |
+
|
15 |
+
## Technical Details
|
16 |
+
Built with:
|
17 |
+
- Gradio for the UI
|
18 |
+
- Celery for task processing
|
19 |
+
- Redis for message broker
|