hruday96 commited on
Commit
24de1bf
·
verified ·
1 Parent(s): 47349ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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:")