ysrakeshgupta commited on
Commit
bfac882
·
verified ·
1 Parent(s): 286f6ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ col1,col2 = st.columns([6,6])
37
  with col1:
38
  number_of_words = st.text_input("Number of words in Blog")
39
 
40
- with col2:
41
  # blog_audience = st.selectbox("Select target audience",
42
  # ['Data Scientists', 'Researchers', 'Common People'],
43
  # index=2)
 
37
  with col1:
38
  number_of_words = st.text_input("Number of words in Blog")
39
 
40
+ #with col2:
41
  # blog_audience = st.selectbox("Select target audience",
42
  # ['Data Scientists', 'Researchers', 'Common People'],
43
  # index=2)