Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ def get_response(user_input):
|
|
| 221 |
|
| 222 |
|
| 223 |
def main():
|
| 224 |
-
st.title("
|
| 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 |
|