harish199 commited on
Commit
20c8048
1 Parent(s): 6f88d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ import gradio as gr
134
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
135
  with gr.Row():
136
  with gr.Column(scale=1,min_width=600):
137
- gr.Image("Non_payment_logo.jpg")
138
  person_age=gr.Slider(label="Person Age(In Years)", minimum=18, maximum=90, step=1)
139
  Pererson_Emp_Length=gr.Slider(label="Pererson Emp Length(In Years)", minimum=0, maximum=60, step=1)
140
 
 
134
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
135
  with gr.Row():
136
  with gr.Column(scale=1,min_width=600):
137
+ gr.Image("Non_Payment_Logo.png")
138
  person_age=gr.Slider(label="Person Age(In Years)", minimum=18, maximum=90, step=1)
139
  Pererson_Emp_Length=gr.Slider(label="Pererson Emp Length(In Years)", minimum=0, maximum=60, step=1)
140