Spaces:
Sleeping
Sleeping
Initial Draft
Browse files
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=
|
19 |
|
20 |
# Display Output in single Layout
|
21 |
-
llm_output_text = st.text_area("Generate Output", height=
|
|
|
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)
|