akhud commited on
Commit
6a44fbb
1 Parent(s): ac08e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ input_text=st.text_input("Enter the Blog Topic")
44
  col1,col2=st.columns([2,2])
45
 
46
  with col1:
47
- no_words=st.text_input('No of Words')
48
  with col2:
49
  blog_style=st.selectbox('♛ Writing the blog for',
50
  ('Kids - 5 Year olds','Grad Students','Researchers','Data Scientist','Common People'),index=0)
 
44
  col1,col2=st.columns([2,2])
45
 
46
  with col1:
47
+ no_of_words=st.text_input('No of Words',value = 500)
48
  with col2:
49
  blog_style=st.selectbox('♛ Writing the blog for',
50
  ('Kids - 5 Year olds','Grad Students','Researchers','Data Scientist','Common People'),index=0)