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