Spaces:
Sleeping
Sleeping
SunForever
commited on
Commit
•
5cb3329
1
Parent(s):
cfc5425
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
## Features
|
6 |
- Enter mathematical expressions
|
@@ -14,6 +25,4 @@ This is a simple math calculator that processes expressions with a 6-second dela
|
|
14 |
|
15 |
## Technical Details
|
16 |
Built with:
|
17 |
-
- Gradio for the UI
|
18 |
-
- Celery for task processing
|
19 |
-
- Redis for message broker
|
|
|
1 |
+
---
|
2 |
+
title: Delayed Math Calculator
|
3 |
+
emoji: 🧮
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.7.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
# Math Calculator with Delay
|
13 |
+
|
14 |
+
This is a simple math calculator that processes expressions with a 6-second delay.
|
15 |
|
16 |
## Features
|
17 |
- Enter mathematical expressions
|
|
|
25 |
|
26 |
## Technical Details
|
27 |
Built with:
|
28 |
+
- Gradio for the UI
|
|
|
|