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