DrishtiSharma commited on
Commit
f339dd5
·
verified ·
1 Parent(s): 10d85c2

Update lab/layout2_v1.py

Browse files
Files changed (1) hide show
  1. 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=400)
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
+ )