JBDef commited on
Commit
8999c02
1 Parent(s): efa5069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def main():
7
 
8
  with st.form("text_field"):
9
  question = st.text_input("Enter some question :")
10
- context = st.text_input("Enter some context :")
11
 
12
  # clicked==True only when the button is clicked
13
  clicked = st.form_submit_button("Submit")
 
7
 
8
  with st.form("text_field"):
9
  question = st.text_input("Enter some question :")
10
+ context = st.text_area("Enter some context :")
11
 
12
  # clicked==True only when the button is clicked
13
  clicked = st.form_submit_button("Submit")