juewang commited on
Commit
71d5313
·
1 Parent(s): 46d5d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ s_example = "Please answer the following question:\n\nQuestion: Where is Zurich?
49
  prompt = st.text_area(
50
  "Prompt",
51
  value=s_example,
52
- max_chars=1000,
53
  height=400,
54
  )
55
 
 
49
  prompt = st.text_area(
50
  "Prompt",
51
  value=s_example,
52
+ max_chars=4096,
53
  height=400,
54
  )
55