Spaces:
Build error
Build error
extending list of tones
Browse files
app.py
CHANGED
|
@@ -33,8 +33,10 @@ def main():
|
|
| 33 |
|
| 34 |
email_tone = st.sidebar.selectbox(
|
| 35 |
label="tone",
|
| 36 |
-
options=("
|
| 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",
|