wpbcpaz commited on
Commit
396aee9
·
verified ·
1 Parent(s): 164abdb

Update app.py

Browse files

Retirado o botão undo_btn

Files changed (1) hide show
  1. app.py +2 -4
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
- # clear_btn="Limpar Conversa", # Removido conforme solicitado
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)