DavidSB commited on
Commit
44ad9c2
·
verified ·
1 Parent(s): 1bc689b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ with gr.Blocks(theme=gr.themes.Base()) as interface:
109
  with gr.Row():
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="-")
 
109
  with gr.Row():
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="-")