Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with st.container():
|
|
25 |
|
26 |
# Second column for job description
|
27 |
with col2:
|
28 |
-
job_description = st.text_area('Your Job Description:', '', height=
|
29 |
|
30 |
# Dropdown menu for tone selection
|
31 |
st.subheader("Select the Tone of the Message:")
|
|
|
25 |
|
26 |
# Second column for job description
|
27 |
with col2:
|
28 |
+
job_description = st.text_area('Your Job Description:', '', height=250)
|
29 |
|
30 |
# Dropdown menu for tone selection
|
31 |
st.subheader("Select the Tone of the Message:")
|