fschwartzer commited on
Commit
0850865
Β·
verified Β·
1 Parent(s): 9bbf8c6

Update app.py

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