MMADS commited on
Commit
0b632c9
·
1 Parent(s): 0de653d

fixed README config error

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,2 +1,12 @@
1
- # cve-decoder
2
- A Gradio app to analyze and translate Common Vulnerabilities and Exposures (CVE) for different audiences
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Common Vulnerabilities and Exposures (CVE) for different audiences
3
+ emoji: 👀
4
+ colorFrom: pink
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.40.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: A Gradio app to analyze and translate Common Vulnerabilities and Exposures (CVE) for different audiences
12
+ ---