mpuig commited on
Commit
de7788e
·
unverified ·
1 Parent(s): 6b423d9

extending list of tones

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -33,8 +33,10 @@ def main():
33
 
34
  email_tone = st.sidebar.selectbox(
35
  label="tone",
36
- options=("serious", "funny", "formal"),
37
-
 
 
38
 
39
  email_company_type = st.sidebar.selectbox(
40
  label="Company type",
 
33
 
34
  email_tone = st.sidebar.selectbox(
35
  label="tone",
36
+ options=("funny", "formal", "professional", "informal", "friendly",
37
+ "humorous", "serious", "optimistic", "motivating",
38
+ "respectful", "assertive", "conversational", "urgent",)
39
+ ),
40
 
41
  email_company_type = st.sidebar.selectbox(
42
  label="Company type",