mery22 commited on
Commit
875db02
1 Parent(s): ef5aa7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ st.markdown(
29
  """,
30
  unsafe_allow_html=True
31
  )
32
- def chatbot_response
33
  # Define function to handle user input and display chatbot response
34
  def chatbot_response(user_input):
35
  response = qa.run(user_input)
 
29
  """,
30
  unsafe_allow_html=True
31
  )
 
32
  # Define function to handle user input and display chatbot response
33
  def chatbot_response(user_input):
34
  response = qa.run(user_input)