spagestic commited on
Commit
ba0e87c
ยท
1 Parent(s): 79e637a

update README.md with project metadata and formatting improvements

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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