Jekyll2000 commited on
Commit
943441f
·
verified ·
1 Parent(s): 57aa346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def ChatBot(Questions):
65
  return response.translate(str.maketrans('', '', '\n'))
66
 
67
  # Streamlit UI
68
- st.title("Chatbot")
69
  Questions = st.text_input("Ask a question:")
70
  if st.button("Submit"):
71
  answer = ChatBot(Questions)
 
65
  return response.translate(str.maketrans('', '', '\n'))
66
 
67
  # Streamlit UI
68
+ st.title("AI Engineer Test")
69
  Questions = st.text_input("Ask a question:")
70
  if st.button("Submit"):
71
  answer = ChatBot(Questions)