YasirAbdali commited on
Commit
439b228
·
verified ·
1 Parent(s): ae159d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ model, tokenizer = load_model()
31
 
32
  st.write("Enter a question, and the model will provide an answer based on its knowledge.")
33
 
34
- question = st.text_input("Question")
35
 
36
  if st.button("Get Answer"):
37
  if question:
 
31
 
32
  st.write("Enter a question, and the model will provide an answer based on its knowledge.")
33
 
34
+ question = st.text_area("Question")
35
 
36
  if st.button("Get Answer"):
37
  if question: