RAMYASRI-39 commited on
Commit
69c716d
1 Parent(s): 9e34107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -285,8 +285,8 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
285
  txt_msg = txt_btn.click(update_history_and_translate, [txt, cross_encoder, history_state, language_dropdown], [chatbot, prompt_html, translated_textbox])
286
  txt_msg = txt.submit(update_history_and_translate, [txt, cross_encoder, history_state, language_dropdown], [chatbot, prompt_html, translated_textbox])
287
 
288
- examples = ['WHAT IS DIFFERENCES BETWEEN HOMOGENOUS AND HETEROGENOUS MIXTURE?,'WHAT IS COVALENT BOND?,
289
- EXPLAIN GOLGI APPARATUS]
290
 
291
  gr.Examples(examples, txt)
292
 
 
285
  txt_msg = txt_btn.click(update_history_and_translate, [txt, cross_encoder, history_state, language_dropdown], [chatbot, prompt_html, translated_textbox])
286
  txt_msg = txt.submit(update_history_and_translate, [txt, cross_encoder, history_state, language_dropdown], [chatbot, prompt_html, translated_textbox])
287
 
288
+ examples = ['WHAT IS DIFFERENCES BETWEEN HOMOGENOUS AND HETEROGENOUS MIXTURE?','WHAT IS COVALENT BOND?',
289
+ 'EXPLAIN GOLGI APPARATUS']
290
 
291
  gr.Examples(examples, txt)
292