Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ model = AutoModelForSeq2SeqLM.from_pretrained(model_checkpoint)
|
|
8 |
# Create a pipeline for question answering
|
9 |
|
10 |
# Streamlit UI setup
|
11 |
-
st.title("
|
12 |
-
st.write("Enter a context and ask a question
|
13 |
|
14 |
# Text area for context input
|
15 |
context = st.text_area("Context:", "")
|
|
|
8 |
# Create a pipeline for question answering
|
9 |
|
10 |
# Streamlit UI setup
|
11 |
+
st.title("Tech Support Bot")
|
12 |
+
st.write("Enter a context and ask a question related to Tech to get your problems solved!")
|
13 |
|
14 |
# Text area for context input
|
15 |
context = st.text_area("Context:", "")
|