esraacevik commited on
Commit
51afc2f
·
1 Parent(s): d9b7eeb

fix: Add Hugging Face Spaces metadata to README.md

Browse files

Critical fix for Space configuration:
- Add YAML front matter with Space settings
- Set sdk: docker, app_port: 7860
- Add title, emoji, and license info
- This is required for Hugging Face Spaces to build correctly

Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,12 +1,22 @@
1
- JIRA Duplicate Detection System
 
 
 
 
 
 
 
 
 
 
 
 
2
  <div align="center">
3
 
4
  [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://www.python.org/downloads/)
5
  [![Flask](https://img.shields.io/badge/Flask-2.3+-green.svg)](https://flask.palletsprojects.com/)
6
  [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
 
8
-
9
-
10
  </div>
11
 
12
  ---
 
1
+ ---
2
+ title: JIRA Duplicate Detection
3
+ emoji: 🔍
4
+ colorFrom: yellow
5
+ colorTo: red
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: mit
10
+ ---
11
+
12
+ # JIRA Duplicate Detection System
13
+
14
  <div align="center">
15
 
16
  [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://www.python.org/downloads/)
17
  [![Flask](https://img.shields.io/badge/Flask-2.3+-green.svg)](https://flask.palletsprojects.com/)
18
  [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
19
 
 
 
20
  </div>
21
 
22
  ---