Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ if user_question:
|
|
67 |
st.markdown(f"**π€ {user_question}**")
|
68 |
|
69 |
# Generate the response
|
70 |
-
bot_response = response(user_question, table_data)
|
71 |
|
72 |
# Add robot emoji when generating response and align to the right
|
73 |
st.session_state['history'].append(('π€', bot_response))
|
|
|
67 |
st.markdown(f"**π€ {user_question}**")
|
68 |
|
69 |
# Generate the response
|
70 |
+
bot_response = response(user_question, table_data)
|
71 |
|
72 |
# Add robot emoji when generating response and align to the right
|
73 |
st.session_state['history'].append(('π€', bot_response))
|