GabrielGD commited on
Commit
99e446c
·
verified ·
1 Parent(s): b8be04a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1953,7 +1953,7 @@ def interface_gradio():
1953
  tipo_peticao_input_geral = gr.Dropdown(label="Tipo de Peça Prática", choices=TIPOS_DE_PETICAO, value="Petição Inicial", info="Selecione o tipo de peça que você elaborou.")
1954
  with gr.Row():
1955
  caso_input_geral = gr.Textbox(label="📋 Caso / Enunciado", lines=8, placeholder="Cole aqui o caso ou enunciado do problema...")
1956
- ("🎲 Gerar Caso", scale=0, variant="secondary")
1957
 
1958
  gr.Markdown("**Sua Peça Prática:**")
1959
  with gr.Tabs():
 
1953
  tipo_peticao_input_geral = gr.Dropdown(label="Tipo de Peça Prática", choices=TIPOS_DE_PETICAO, value="Petição Inicial", info="Selecione o tipo de peça que você elaborou.")
1954
  with gr.Row():
1955
  caso_input_geral = gr.Textbox(label="📋 Caso / Enunciado", lines=8, placeholder="Cole aqui o caso ou enunciado do problema...")
1956
+ caso_btn_geral = gr.Button("🎲 Gerar Caso", scale=0, variant="secondary")
1957
 
1958
  gr.Markdown("**Sua Peça Prática:**")
1959
  with gr.Tabs():