Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ with col1:
|
|
37 |
number_of_words = st.text_input("Number of words in Blog")
|
38 |
|
39 |
with col2:
|
40 |
-
blog_audience = st.selectbox("Select
|
41 |
-
['Data
|
42 |
index=2)
|
43 |
|
44 |
submit_btn = st.button("Submit")
|
|
|
37 |
number_of_words = st.text_input("Number of words in Blog")
|
38 |
|
39 |
with col2:
|
40 |
+
blog_audience = st.selectbox("Select target audience",
|
41 |
+
['Data Scientists', 'Researchers', 'Common People'],
|
42 |
index=2)
|
43 |
|
44 |
submit_btn = st.button("Submit")
|