RAMYASRI-39 commited on
Commit
9e34107
·
verified ·
1 Parent(s): 05432c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
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
 
 
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