Siddartha10 commited on
Commit
2514eb2
1 Parent(s): cb5b3a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def get_response(user_input):
221
 
222
 
223
  def main():
224
- st.title("Travle Assistant Chatbot")
225
  st.write("Welcome to the Hotel Assistant Chatbot!")
226
  user_input = st.text_input("User Input:")
227
 
 
221
 
222
 
223
  def main():
224
+ st.title("Travel Assistant Chatbot")
225
  st.write("Welcome to the Hotel Assistant Chatbot!")
226
  user_input = st.text_input("User Input:")
227