mery22 commited on
Commit
d142e1f
·
verified ·
1 Parent(s): d3dd3db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- response = xx
9
- return response
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:", "")