Commit
·
61278ef
1
Parent(s):
ba80355
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,6 @@ class Resume_Overall:
|
|
242 |
with gr.Row():
|
243 |
with gr.Column(elem_id="col-container", scale=0.50):
|
244 |
rolls = gr.Textbox(label="Role")
|
245 |
-
with gr.Column(elem_id="col-container", scale=0.50):
|
246 |
experience = gr.Textbox(label="Experience")
|
247 |
with gr.Row(elem_id="col-container"):
|
248 |
get_jd_btn = gr.Button("Generate JD")
|
|
|
242 |
with gr.Row():
|
243 |
with gr.Column(elem_id="col-container", scale=0.50):
|
244 |
rolls = gr.Textbox(label="Role")
|
|
|
245 |
experience = gr.Textbox(label="Experience")
|
246 |
with gr.Row(elem_id="col-container"):
|
247 |
get_jd_btn = gr.Button("Generate JD")
|