Update lab/layout2_v1.py
Browse files- lab/layout2_v1.py +2 -2
lab/layout2_v1.py
CHANGED
@@ -197,7 +197,7 @@ with tab1:
|
|
197 |
full_essay_text += f"**Conclusion:**\n{essay['conclusion']}"
|
198 |
|
199 |
# Editable text area for the user
|
200 |
-
edited_essay = st.text_area("Edit Here:", value=full_essay_text, height=
|
201 |
|
202 |
# Save and Download buttons
|
203 |
save_col1, save_col2 = st.columns(2)
|
@@ -272,4 +272,4 @@ st.markdown(
|
|
272 |
</div>
|
273 |
""",
|
274 |
unsafe_allow_html=True,
|
275 |
-
)
|
|
|
197 |
full_essay_text += f"**Conclusion:**\n{essay['conclusion']}"
|
198 |
|
199 |
# Editable text area for the user
|
200 |
+
edited_essay = st.text_area("Edit Here:", value=full_essay_text, height=300)
|
201 |
|
202 |
# Save and Download buttons
|
203 |
save_col1, save_col2 = st.columns(2)
|
|
|
272 |
</div>
|
273 |
""",
|
274 |
unsafe_allow_html=True,
|
275 |
+
)
|