DavidSB commited on
Commit
1bc689b
·
verified ·
1 Parent(s): 7b94e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(theme=gr.themes.Base()) as interface:
110
  with gr.Column():
111
  with gr.Row():
112
  nome = gr.Textbox(label="Nome", scale=2)
113
- idade = gr.Number(label="Idade", value=42, scale=0.5)
114
  with gr.Row():
115
  avaliador = gr.Textbox(label="Avaliador físico", value="Mariana Casa Nova")
116
  confea = gr.Textbox(label="Registro conselho", value="-")
 
110
  with gr.Column():
111
  with gr.Row():
112
  nome = gr.Textbox(label="Nome", scale=2)
113
+ idade = gr.Number(label="Idade", value=42, scale=1)
114
  with gr.Row():
115
  avaliador = gr.Textbox(label="Avaliador físico", value="Mariana Casa Nova")
116
  confea = gr.Textbox(label="Registro conselho", value="-")