mbabanov commited on
Commit
a8e25eb
1 Parent(s): 22a0333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 sting in process(title, summary):
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)