medmekk HF Staff commited on
Commit
ff1c8d2
·
verified ·
1 Parent(s): b1bf82d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,12 +1,19 @@
1
  ---
2
- title: My Text Processor Demo
3
- emoji:
4
- colorFrom: purple
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.31.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: Text Processor
3
+ emoji: 📝
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Text Processor
14
+
15
+ A simple Gradio app that:
16
+ - Converts text to uppercase
17
+ - Counts the number of words
18
+
19
+ Built with ❤️ using Gradio!