kxx-kkk commited on
Commit
623192d
·
verified ·
1 Parent(s): 7cda71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with tab1:
27
  with open("sample.txt", "r") as text_file:
28
  sample_text = text_file.read()
29
 
30
- context = st.text_area("Use the example below / input your essay in English (10,000 characters max)", value=sample_text, max_chars=10000, height=330)
31
  question = st.text_input(label="Use the example question below / enter your own question", value=sample_question)
32
  button = st.button("Get answer")
33
  if button:
 
27
  with open("sample.txt", "r") as text_file:
28
  sample_text = text_file.read()
29
 
30
+ context = st.text_area("Use the example below / input your essay in English", value=sample_text, height=330)
31
  question = st.text_input(label="Use the example question below / enter your own question", value=sample_question)
32
  button = st.button("Get answer")
33
  if button: