fschwartzer commited on
Commit
248664d
β€’
1 Parent(s): 8485fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)["Resposta"]
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))