po5302006 commited on
Commit
3f26210
1 Parent(s): 6c5d72f
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -238,7 +238,7 @@ if prompt := st.chat_input("Need a game recommendation?"):
238
 
239
  # Add assistant response to chat history
240
  st.session_state.messages.append({"role": "assistant", "content": full_response})
241
- if is_plot: st.session_state.gamename.append(docs['name'])
242
 
243
  col1, col2, col3= st.columns([4,2,4])
244
  with col2:
 
238
 
239
  # Add assistant response to chat history
240
  st.session_state.messages.append({"role": "assistant", "content": full_response})
241
+ if is_plot: st.session_state.gamenames.append(docs['name'])
242
 
243
  col1, col2, col3= st.columns([4,2,4])
244
  with col2: