pablocst commited on
Commit
5fd8152
1 Parent(s): 64b40fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
  inputs = gr.Textbox(placeholder="Olá!", label="Digite uma entrada e pressione Enter", lines=3)
120
  state = gr.State([])
121
- b1 = gr.Button(value="Executar")
122
 
123
  #inputs, top_p, temperature, top_k, repetition_penalty
124
  with gr.Accordion("Parameters", open=False):
 
118
  chatbot = gr.Chatbot(elem_id="chatbot")
119
  inputs = gr.Textbox(placeholder="Olá!", label="Digite uma entrada e pressione Enter", lines=3)
120
  state = gr.State([])
121
+ b1 = gr.Button(value="Executar", variant="primary")
122
 
123
  #inputs, top_p, temperature, top_k, repetition_penalty
124
  with gr.Accordion("Parameters", open=False):