Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if user_question:
|
|
47 |
st.markdown(f"**π€ {user_question}**")
|
48 |
|
49 |
# Generate the response
|
50 |
-
bot_response = response(user_question,
|
51 |
|
52 |
# Add robot emoji when generating response and align to the right
|
53 |
st.session_state['history'].append(('π€', bot_response))
|
|
|
47 |
st.markdown(f"**π€ {user_question}**")
|
48 |
|
49 |
# Generate the response
|
50 |
+
bot_response = response(user_question, df)["Resposta"]
|
51 |
|
52 |
# Add robot emoji when generating response and align to the right
|
53 |
st.session_state['history'].append(('π€', bot_response))
|