Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Commit
•
ecac41a
1
Parent(s):
b6c1aa5
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ with gr.Blocks() as app:
|
|
48 |
|
49 |
with gr.Tab("Patient Registration"):
|
50 |
with gr.Row():
|
51 |
-
name = gr.Textbox(label="Patient Name", placeholder="Enter patient name",
|
52 |
-
father_name = gr.Textbox(label="Father/Husband Name", placeholder="Enter father or husband name",
|
53 |
with gr.Row():
|
54 |
age = gr.Number(label="Age", value=None, minimum=0, maximum=99, elem_id="age_field", precision=0)
|
55 |
phone = gr.Number(label="Phone Number", value=None, elem_id="phone_field", precision=0)
|
|
|
48 |
|
49 |
with gr.Tab("Patient Registration"):
|
50 |
with gr.Row():
|
51 |
+
name = gr.Textbox(label="Patient Name", placeholder="Enter patient name", elem_id="name_field", lines=1)
|
52 |
+
father_name = gr.Textbox(label="Father/Husband Name", placeholder="Enter father or husband name", elem_id="father_name_field", lines=1)
|
53 |
with gr.Row():
|
54 |
age = gr.Number(label="Age", value=None, minimum=0, maximum=99, elem_id="age_field", precision=0)
|
55 |
phone = gr.Number(label="Phone Number", value=None, elem_id="phone_field", precision=0)
|