rahgadda commited on
Commit
23d458f
·
1 Parent(s): cbfc37c

Initial Draft

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ with col3:
15
  llm_button = st.button("Generate Data")
16
 
17
  # Display Input in single Layout
18
- llm_input_text = st.text_area(label="Enter your message", height=60)
19
 
20
  # Display Output in single Layout
21
- llm_output_text = st.text_area("Generate Output", height=60)
 
15
  llm_button = st.button("Generate Data")
16
 
17
  # Display Input in single Layout
18
+ llm_input_text = st.text_area(label="Enter your message", height=400)
19
 
20
  # Display Output in single Layout
21
+ llm_output_text = st.text_area("Generate Output", height=400)