Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
•
691e068
1
Parent(s):
2dc1596
modified 1st summary button functionality
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ with col1:
|
|
55 |
|
56 |
with col2:
|
57 |
col2.header("Step 2:")
|
|
|
58 |
y = st.text_area("Here is the completed summary for you to edit", summary)
|
59 |
st.button("Submit edits")
|
60 |
st.balloons()
|
|
|
55 |
|
56 |
with col2:
|
57 |
col2.header("Step 2:")
|
58 |
+
summary = "<< Add some text in ( Step 1 ) for me to summarize >>"
|
59 |
y = st.text_area("Here is the completed summary for you to edit", summary)
|
60 |
st.button("Submit edits")
|
61 |
st.balloons()
|