akhud commited on
Commit
81a2c69
1 Parent(s): 2c6a0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,10 +42,10 @@ with col1:
42
 
43
  # Blog style selection
44
  with col2:
45
- blog_style = st.selectbox("📝 Writing the blog for", ("Researchers or Professionals", "General Audience"), index=0)
46
 
47
  # Generate Button
48
- submit_button = st.button("Generate Blog 🚀")
49
 
50
  # Display the generated blog on button click
51
  if submit_button:
 
42
 
43
  # Blog style selection
44
  with col2:
45
+ blog_style = st.selectbox(" Writing the blog for", ("Researchers or Professionals", "General Audience"), index=0)
46
 
47
  # Generate Button
48
+ submit_button = st.button("Generate Blog ")
49
 
50
  # Display the generated blog on button click
51
  if submit_button: