Prakash N commited on
Commit
9ee63d4
1 Parent(s): fb4a63f

added text area,and submit button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ st.markdown(""" #### LorSor helps you through a simple 3 stage process.
28
  col1, col2 = st.columns(2)
29
 
30
  with col1:
31
- col1.header("Copy and paste your article here")
32
- x = st.text_area('Paste here...')
33
  st.button("Summarize this")
34
 
35
  col2.write("This is col2")
 
28
  col1, col2 = st.columns(2)
29
 
30
  with col1:
31
+ col1.header("Step 1:")
32
+ x = st.text_area('Paste the full article text to summarize here...')
33
  st.button("Summarize this")
34
 
35
  col2.write("This is col2")