nafisehNik commited on
Commit
43e1efc
·
1 Parent(s): e15c113
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -248,7 +248,8 @@ prompt = create_instruction(in_name, in_about, in_title, in_labels, in_assignees
248
  prompt_manual = st.text_area(
249
  label = "Enter your prompt here.",
250
  value = prompt,
251
- placeholder=None)
 
252
 
253
  clicked = st.button("Submit")
254
 
 
248
  prompt_manual = st.text_area(
249
  label = "Enter your prompt here.",
250
  value = prompt,
251
+ placeholder=None,
252
+ height=400)
253
 
254
  clicked = st.button("Submit")
255