GabrielGD commited on
Commit
4d2751d
·
verified ·
1 Parent(s): eb320ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1304,7 +1304,7 @@ def interface_gradio():
1304
 
1305
  with gr.Row():
1306
  with gr.Column(scale=1):
1307
- gr.Markdown("### настроики (Settings)") # Configurações em Russo para brincar ;)
1308
  tipo_peticao_input = gr.Dropdown(
1309
  label=" Selecione o Tipo de Peça Processual",
1310
  choices=TIPOS_DE_PETICAO,
 
1304
 
1305
  with gr.Row():
1306
  with gr.Column(scale=1):
1307
+ gr.Markdown("### Configurações (Settings)")
1308
  tipo_peticao_input = gr.Dropdown(
1309
  label=" Selecione o Tipo de Peça Processual",
1310
  choices=TIPOS_DE_PETICAO,