Spaces:
Runtime error
Runtime error
HayashiShio
commited on
Commit
·
fc4a380
1
Parent(s):
05f7804
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from backend import EmailAssistant
|
|
4 |
|
5 |
class FrontEnd:
|
6 |
def main(self):
|
7 |
-
sl.title("Email
|
8 |
sl.markdown("*by Shuyang Lin*")
|
9 |
k = sl.form(key = 'key', clear_on_submit= True)
|
10 |
key = k.text_input("Input your OpenAI API key here:", type='password')
|
|
|
4 |
|
5 |
class FrontEnd:
|
6 |
def main(self):
|
7 |
+
sl.title("Business Email Generator via GPT-3")
|
8 |
sl.markdown("*by Shuyang Lin*")
|
9 |
k = sl.form(key = 'key', clear_on_submit= True)
|
10 |
key = k.text_input("Input your OpenAI API key here:", type='password')
|