Update app.py
Browse files
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=
|
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="-")
|