danielrosehill commited on
Commit
01517da
·
1 Parent(s): 06b949d

Add HF Space YAML frontmatter to README.md

Browse files

- Add required Hugging Face Space configuration
- Set Gradio SDK version 4.44.0
- Configure title, emoji, and color scheme
- Fix configuration warning for Space deployment

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,4 +1,15 @@
1
- # BLUF Email Formatter
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  A Gradio-based Hugging Face Space that transforms draft emails into clear, actionable communication using the **Bottom Line Up Front (BLUF)** methodology.
4
 
 
1
+ ---
2
+ title: BLUF Email Formatter
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
+ ---
11
+
12
+ # 📧 BLUF Email Formatter
13
 
14
  A Gradio-based Hugging Face Space that transforms draft emails into clear, actionable communication using the **Bottom Line Up Front (BLUF)** methodology.
15