Mahalingam commited on
Commit
e90c010
·
1 Parent(s): 279bf35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def main():
50
  # Display the generated text in a div with word wrap and auto-increasing width and height
51
  #st.markdown(f"<div style='white-space: pre-wrap; width: 100%; overflow: auto;'>**Generated Text:**\n\n```\n{result}\n```</div>", unsafe_allow_html=True)
52
  # Display the generated text in a text area with word wrap
53
- st.text_area("Generated Text:", result, key="generated_text", readonly=True)
54
 
55
 
56
 
 
50
  # Display the generated text in a div with word wrap and auto-increasing width and height
51
  #st.markdown(f"<div style='white-space: pre-wrap; width: 100%; overflow: auto;'>**Generated Text:**\n\n```\n{result}\n```</div>", unsafe_allow_html=True)
52
  # Display the generated text in a text area with word wrap
53
+ st.text_area("Generated Text:", result, key="generated_text")
54
 
55
 
56