lorentz commited on
Commit
f7b57fb
1 Parent(s): d1020b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.i
98
  col1, col2 = st.columns(2)
99
 
100
  with col1:
101
- form_input = st.text_area('Enter the product or service:', 'PlayStation 6', height=80)
102
 
103
  with col2:
104
  tasktype_option = st.selectbox(
 
98
  col1, col2 = st.columns(2)
99
 
100
  with col1:
101
+ form_input = st.text_area('Enter the product or service:', 'PlayStation 6', height=100)
102
 
103
  with col2:
104
  tasktype_option = st.selectbox(