Spaces:
Runtime error
Runtime error
update README.md with project metadata and formatting improvements
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Math Tools
|
| 2 |
|
| 3 |
## Overview
|
|
@@ -21,7 +32,7 @@ This application provides a suite of mathematical tools organized by topic (e.g.
|
|
| 21 |
|
| 22 |
```text
|
| 23 |
counting/
|
| 24 |
-
โโโ app.py # Main Gradio application with topic-based tabs
|
| 25 |
โโโ requirements.txt # Python dependencies
|
| 26 |
โโโ README.md # Project documentation (this file)
|
| 27 |
โโโ maths/ # Mathematical modules organized by topic
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Math Tools
|
| 3 |
+
emoji: ๐งฎ
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.25.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Math Tools
|
| 13 |
|
| 14 |
## Overview
|
|
|
|
| 32 |
|
| 33 |
```text
|
| 34 |
counting/
|
| 35 |
+
โโโ app.py # Main Gradio application with topic-based tabs
|
| 36 |
โโโ requirements.txt # Python dependencies
|
| 37 |
โโโ README.md # Project documentation (this file)
|
| 38 |
โโโ maths/ # Mathematical modules organized by topic
|