Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ if user_question:
|
|
35 |
st.markdown(f"**π€ {user_question}**")
|
36 |
|
37 |
# Generate the response
|
38 |
-
bot_response = response(user_question)
|
39 |
|
40 |
# Add robot emoji when generating response and align to the right
|
41 |
st.session_state['history'].append(('π€', bot_response))
|
|
|
35 |
st.markdown(f"**π€ {user_question}**")
|
36 |
|
37 |
# Generate the response
|
38 |
+
bot_response = response(user_question, table_data)
|
39 |
|
40 |
# Add robot emoji when generating response and align to the right
|
41 |
st.session_state['history'].append(('π€', bot_response))
|