ylacombe HF staff commited on
Commit
d88bbb7
1 Parent(s): 2a77c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -403,15 +403,6 @@ You can verify what was sent to the chatbot model here. It is ideally in English
403
  height=150,
404
  )
405
 
406
- with gr.Row():
407
- gr.Examples(
408
- EXAMPLES,
409
- [visible_chatbot, non_visible_chatbot, txt],
410
- [visible_chatbot, non_visible_chatbot, txt, identified_lang],
411
- add_text,
412
- cache_examples=False,
413
- run_on_click=False, # Will not work , user should submit it
414
- )
415
 
416
  clear_btn = gr.ClearButton([visible_chatbot, non_visible_chatbot])
417
 
 
403
  height=150,
404
  )
405
 
 
 
 
 
 
 
 
 
 
406
 
407
  clear_btn = gr.ClearButton([visible_chatbot, non_visible_chatbot])
408