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