Spaces:
Sleeping
Sleeping
Update app.py
Browse filesRetirado o botão undo_btn
app.py
CHANGED
|
@@ -644,10 +644,8 @@ with gr.Blocks(theme=custom_theme, title="Gerador de Posts e Chatbot") as demo:
|
|
| 644 |
],
|
| 645 |
chatbot=chatbot_para_interface, # Passando o componente chatbot customizado
|
| 646 |
textbox=gr.Textbox(placeholder="Digite sua mensagem aqui...", scale=7),
|
| 647 |
-
submit_btn="Enviar",
|
| 648 |
-
|
| 649 |
-
stop_btn="Parar",
|
| 650 |
-
undo_btn="Desfazer"
|
| 651 |
)
|
| 652 |
|
| 653 |
# ABA 2: Histórico (Exibe o Dataframe)
|
|
|
|
| 644 |
],
|
| 645 |
chatbot=chatbot_para_interface, # Passando o componente chatbot customizado
|
| 646 |
textbox=gr.Textbox(placeholder="Digite sua mensagem aqui...", scale=7),
|
| 647 |
+
submit_btn="Enviar",
|
| 648 |
+
stop_btn="Parar"
|
|
|
|
|
|
|
| 649 |
)
|
| 650 |
|
| 651 |
# ABA 2: Histórico (Exibe o Dataframe)
|