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