Update app.py
Browse files
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)
|