OutrageousOtter commited on
Commit
87a24fa
·
verified ·
1 Parent(s): 44d2496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -263,14 +263,13 @@ if st.button("Envoyer la question..."):
263
  {bot_response[1]}
264
  </div>
265
  """, unsafe_allow_html=True)
266
-
267
- st.markdown("""
268
- <div style="border: 2px solid #453103; padding: 15px; border-radius: 10px;">
269
- Reviews
270
- </div>
271
- """, unsafe_allow_html=True)
272
-
273
 
 
 
 
 
 
 
274
 
275
  else:
276
  if not user_input:
 
263
  {bot_response[1]}
264
  </div>
265
  """, unsafe_allow_html=True)
 
 
 
 
 
 
 
266
 
267
+ #encadré Reviews
268
+ # st.markdown("""
269
+ # <div style="border: 2px solid #453103; padding: 15px; border-radius: 10px;">
270
+ # Reviews
271
+ # </div>
272
+ # """, unsafe_allow_html=True)
273
 
274
  else:
275
  if not user_input: