Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|