the-confused-coder commited on
Commit
c321b3b
·
verified ·
1 Parent(s): 26a760d

Update app.py

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