abdulllah01 commited on
Commit
cf77d22
·
verified ·
1 Parent(s): 2ffcbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Question Answering App")
12
- st.write("Enter a context and ask a question based on that context.")
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:", "")