Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def process(title, summary):
|
|
| 61 |
|
| 62 |
title = st.text_area("Title", height=30)
|
| 63 |
|
| 64 |
-
summary = st.text_area("Summary", height=
|
| 65 |
|
| 66 |
for string in process(title, summary):
|
| 67 |
st.markdown(string)
|
|
|
|
| 61 |
|
| 62 |
title = st.text_area("Title", height=30)
|
| 63 |
|
| 64 |
+
summary = st.text_area("Summary", height=180)
|
| 65 |
|
| 66 |
for string in process(title, summary):
|
| 67 |
st.markdown(string)
|