Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 |
|