Ilyas KHIAT commited on
Commit
b637d6b
·
1 Parent(s): b6f64d6

model choice conseil IA

Browse files
Files changed (1) hide show
  1. chat_with_pps.py +2 -0
chat_with_pps.py CHANGED
@@ -153,6 +153,8 @@ def display_chat():
153
 
154
  if "pp_grouped" not in st.session_state or st.session_state['pp_grouped'] is None or len(st.session_state['pp_grouped']) == 0:
155
  st.session_state['pp_grouped'] = []
 
 
156
 
157
  # user input
158
  user_query = st.chat_input("Par ici...")
 
153
 
154
  if "pp_grouped" not in st.session_state or st.session_state['pp_grouped'] is None or len(st.session_state['pp_grouped']) == 0:
155
  st.session_state['pp_grouped'] = []
156
+ if "Nom de la marque" not in st.session_state:
157
+ st.session_state["Nom de la marque"] = ""
158
 
159
  # user input
160
  user_query = st.chat_input("Par ici...")