Karthikeyan commited on
Commit
e364bb7
1 Parent(s): 32b0ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as app:
79
  with gr.Column(scale=0.45, min_width=150):
80
  resume = gr.inputs.File(label="Resume")
81
  with gr.Column(scale=0.10, min_width=150):
82
- find = gr.Button("Find")
83
  with gr.Row():
84
  with gr.Column(scale=1.0, min_width=150):
85
  output = gr.outputs.Textbox(label="Matching Percentage")
 
79
  with gr.Column(scale=0.45, min_width=150):
80
  resume = gr.inputs.File(label="Resume")
81
  with gr.Column(scale=0.10, min_width=150):
82
+ find = gr.Button("Analyze")
83
  with gr.Row():
84
  with gr.Column(scale=1.0, min_width=150):
85
  output = gr.outputs.Textbox(label="Matching Percentage")