Update app.py
Browse files
app.py
CHANGED
@@ -377,8 +377,8 @@ with gr.Blocks(title=title) as demo:
|
|
377 |
with gr.Row():
|
378 |
gr.Examples(
|
379 |
EXAMPLES,
|
380 |
-
[visible_chatbot, txt],
|
381 |
-
[visible_chatbot, txt],
|
382 |
add_text,
|
383 |
cache_examples=False,
|
384 |
run_on_click=False, # Will not work , user should submit it
|
|
|
377 |
with gr.Row():
|
378 |
gr.Examples(
|
379 |
EXAMPLES,
|
380 |
+
[visible_chatbot, non_visible_chatbot, txt],
|
381 |
+
[visible_chatbot, non_visible_chatbot, txt, identified_lang],
|
382 |
add_text,
|
383 |
cache_examples=False,
|
384 |
run_on_click=False, # Will not work , user should submit it
|