Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ st.title("Chatbot Interface")
|
|
5 |
|
6 |
# Define function to handle user input and display chatbot response
|
7 |
def chatbot_response(user_input):
|
8 |
-
|
9 |
-
|
10 |
|
11 |
# Streamlit components
|
12 |
user_input = st.text_input("You:", "")
|
|
|
5 |
|
6 |
# Define function to handle user input and display chatbot response
|
7 |
def chatbot_response(user_input):
|
8 |
+
|
9 |
+
print("xxx")
|
10 |
|
11 |
# Streamlit components
|
12 |
user_input = st.text_input("You:", "")
|