Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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])
|