samim2024 commited on
Commit
a5a813c
·
verified ·
1 Parent(s): 6374b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ st.set_page_config(page_title="Generate Emails",
52
  initial_sidebar_state='collapsed')
53
  st.header("Generate Emails 📧")
54
 
55
- form_input = st.text_area('Enter the email topic', height=275)
56
 
57
  #Creating columns for the UI - To receive inputs from user
58
  col1, col2, col3 = st.columns([10, 10, 5])
 
52
  initial_sidebar_state='collapsed')
53
  st.header("Generate Emails 📧")
54
 
55
+ form_input = st.text_area('Enter the email topic Pls', height=275)
56
 
57
  #Creating columns for the UI - To receive inputs from user
58
  col1, col2, col3 = st.columns([10, 10, 5])