Update app.py
Browse files
app.py
CHANGED
|
@@ -73,9 +73,8 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
|
|
| 73 |
|
| 74 |
|
| 75 |
with gr.Blocks(css='style.css') as demo:
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
elem_id='duplicate-button')
|
| 79 |
|
| 80 |
with gr.Group():
|
| 81 |
chatbot = gr.Chatbot(label='Chatbot')
|
|
@@ -132,7 +131,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 132 |
|
| 133 |
|
| 134 |
|
| 135 |
-
|
| 136 |
|
| 137 |
textbox.submit(
|
| 138 |
fn=clear_and_save_textbox,
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
with gr.Blocks(css='style.css') as demo:
|
| 76 |
+
|
| 77 |
+
|
|
|
|
| 78 |
|
| 79 |
with gr.Group():
|
| 80 |
chatbot = gr.Chatbot(label='Chatbot')
|
|
|
|
| 131 |
|
| 132 |
|
| 133 |
|
| 134 |
+
|
| 135 |
|
| 136 |
textbox.submit(
|
| 137 |
fn=clear_and_save_textbox,
|