Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
543dd6d
1
Parent(s):
f83ca37
Update app.py
Browse files
app.py
CHANGED
@@ -197,9 +197,10 @@ class Resume_Overall:
|
|
197 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
198 |
with gr.Tab("Resume"):
|
199 |
with gr.Row():
|
200 |
-
with gr.Column(elem_id="col-container"):
|
201 |
gr.HTML("""<center><h1>Resume</h1></center>""")
|
202 |
file_output = gr.File(elem_classes="filenameshow")
|
|
|
203 |
upload_button = gr.UploadButton(
|
204 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
205 |
elem_classes="uploadbutton")
|
@@ -237,7 +238,6 @@ class Resume_Overall:
|
|
237 |
elem_classes="uploadbutton")
|
238 |
with gr.TabItem("Screening Question"):
|
239 |
with gr.Row():
|
240 |
-
with gr.TabItem("Screening Question"):
|
241 |
jd_btn = gr.Button(value="Submit")
|
242 |
output_text1 = gr.Textbox(label="Screening Question")
|
243 |
with gr.TabItem("Screening Question"):
|
|
|
197 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
|
198 |
with gr.Tab("Resume"):
|
199 |
with gr.Row():
|
200 |
+
with gr.Column(elem_id="col-container",scale=0.80):
|
201 |
gr.HTML("""<center><h1>Resume</h1></center>""")
|
202 |
file_output = gr.File(elem_classes="filenameshow")
|
203 |
+
with gr.Column(elem_id="col-container",scale=0.20):
|
204 |
upload_button = gr.UploadButton(
|
205 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
206 |
elem_classes="uploadbutton")
|
|
|
238 |
elem_classes="uploadbutton")
|
239 |
with gr.TabItem("Screening Question"):
|
240 |
with gr.Row():
|
|
|
241 |
jd_btn = gr.Button(value="Submit")
|
242 |
output_text1 = gr.Textbox(label="Screening Question")
|
243 |
with gr.TabItem("Screening Question"):
|