Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
125 |
with gr.Row():
|
126 |
with gr.Column(scale=1,min_width=600):
|
127 |
gr.Image("Non_Payment_Logo.png")
|
|
|
128 |
person_age=gr.Slider(label="Customer Age(In Years)", minimum=18, maximum=90, step=1)
|
129 |
Person_Emp_Length=gr.Slider(label="Customer Employement Length(In Years)", minimum=0, maximum=60, step=1)
|
130 |
|
|
|
125 |
with gr.Row():
|
126 |
with gr.Column(scale=1,min_width=600):
|
127 |
gr.Image("Non_Payment_Logo.png")
|
128 |
+
with gr.Column(scale=1,min_width=600):
|
129 |
person_age=gr.Slider(label="Customer Age(In Years)", minimum=18, maximum=90, step=1)
|
130 |
Person_Emp_Length=gr.Slider(label="Customer Employement Length(In Years)", minimum=0, maximum=60, step=1)
|
131 |
|