Spaces:
Sleeping
Sleeping
palitrajarshi
commited on
Commit
β’
b46d5a8
1
Parent(s):
e95492c
Update pages/Marketing_Campaign_Creator.py
Browse files
pages/Marketing_Campaign_Creator.py
CHANGED
@@ -138,8 +138,7 @@ def getLLMResponse(query,age_option,tasktype_option):
|
|
138 |
|
139 |
st.set_page_config(page_title="Marketing Tool",
|
140 |
page_icon='β
',
|
141 |
-
layout='centered'
|
142 |
-
initial_sidebar_state='collapsed')
|
143 |
st.header("Hey, How can I help you?")
|
144 |
st.sidebar.image('./marketing.png',width=300, use_column_width=True)
|
145 |
form_input = st.text_area('Enter text', height=275)
|
|
|
138 |
|
139 |
st.set_page_config(page_title="Marketing Tool",
|
140 |
page_icon='β
',
|
141 |
+
layout='centered')
|
|
|
142 |
st.header("Hey, How can I help you?")
|
143 |
st.sidebar.image('./marketing.png',width=300, use_column_width=True)
|
144 |
form_input = st.text_area('Enter text', height=275)
|