Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
·
9ee63d4
1
Parent(s):
fb4a63f
added text area,and submit button
Browse files
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("
|
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")
|