SunForever commited on
Commit
0bd6959
·
verified ·
1 Parent(s): 18ae7e0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -1,13 +1,19 @@
1
- ---
2
- title: Delayed
3
- emoji: 🏃
4
- colorFrom: pink
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.8.0
8
- app_file: app.py
9
- pinned: false
10
- short_description: delayed 6 seconds
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
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