Spaces:
Runtime error
Runtime error
Prakash N
commited on
Commit
·
d9780b1
1
Parent(s):
2ad87b7
added output for col2
Browse files
app.py
CHANGED
@@ -34,6 +34,6 @@ with col1:
|
|
34 |
|
35 |
with col2:
|
36 |
col2.header("Step 2:")
|
37 |
-
summary = "
|
38 |
-
y = st.text_area(summary)
|
39 |
st.button("Submit edits")
|
|
|
34 |
|
35 |
with col2:
|
36 |
col2.header("Step 2:")
|
37 |
+
summary = "Lorem Ipsum is a long and boring piece of old latin text. What it means i have no idea"
|
38 |
+
y = st.text_area("Here is the completed summary for you to edit", summary)
|
39 |
st.button("Submit edits")
|