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