plong95 commited on
Commit
58fe230
·
1 Parent(s): e4f3b0e

changes to readme

Browse files
Files changed (2) hide show
  1. README.md +9 -5
  2. exporter.py → app.py +0 -0
README.md CHANGED
@@ -1,17 +1,21 @@
 
1
  title: Discord-utility
2
  emoji: 💬
3
- colorFrom: "#7289da"
4
- colorTo: "#7289da"
5
  sdk: gradio
6
- python_version: 3.8.9
7
- sdk_version: 1.5.1
8
- app_file: exporter.py
9
  fullWidth: false
10
  tags:
11
  - Discord
12
  - Export
13
  - UI
14
  pinned: true
 
 
 
 
15
 
16
 
17
  ## Discord-Utility Is A Discord Message Exporter
 
1
+ ---
2
  title: Discord-utility
3
  emoji: 💬
4
+ colorFrom: gray
5
+ colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 3.23.0
8
+ app_file: app.py
 
9
  fullWidth: false
10
  tags:
11
  - Discord
12
  - Export
13
  - UI
14
  pinned: true
15
+ ---
16
+
17
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
18
+
19
 
20
 
21
  ## Discord-Utility Is A Discord Message Exporter
exporter.py → app.py RENAMED
File without changes