RAMYASRI-39 commited on
Commit
4971381
1 Parent(s): e74bd37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -286,8 +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 = ['CAN U SAY THE DIFFERENCES BETWEEN METALS AND NON METALS?','WHAT IS IONIC BOND?',
289
- 'EXPLAIN ASEXUAL REPRODUCTION',
290
-
291
 
292
  gr.Examples(examples, txt)
293
 
 
286
  txt_msg = txt.submit(update_history_and_translate, [txt, cross_encoder, history_state, language_dropdown], [chatbot, prompt_html, translated_textbox])
287
 
288
  examples = ['CAN U SAY THE DIFFERENCES BETWEEN METALS AND NON METALS?','WHAT IS IONIC BOND?',
289
+ 'EXPLAIN ASEXUAL REPRODUCTION']
 
290
 
291
  gr.Examples(examples, txt)
292