cactusAtSea commited on
Commit
62d7b97
·
1 Parent(s): f37e733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with st.form(key='columns_in_form'):
14
  with c3:
15
  product_name = st.text_input('Enter your product name...')
16
  with c4:
17
- product_features = st.text_input('What features you want to highlight...')
18
  with c5:
19
  must_have = st.text_input('Must have these words...')
20
  with c6:
 
14
  with c3:
15
  product_name = st.text_input('Enter your product name...')
16
  with c4:
17
+ product_features = st.text_input('What features to highlight...')
18
  with c5:
19
  must_have = st.text_input('Must have these words...')
20
  with c6: