Spaces:
Runtime error
Runtime error
HayashiShio
commited on
Commit
·
8307955
1
Parent(s):
31f232f
update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Email Assistant via GPT-3
|
2 |
A project for DS5899 Transformer
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: Email Assistant Special Course
|
3 |
+
emoji: 💻
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.2.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
14 |
+
|
15 |
+
|
16 |
# Email Assistant via GPT-3
|
17 |
A project for DS5899 Transformer
|
18 |
|