Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
f2a5e9f
1
Parent(s):
7ee5708
Update app.py
Browse files
app.py
CHANGED
@@ -197,9 +197,9 @@ class Resume_Overall:
|
|
197 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
|
198 |
with gr.Tab("Resume"):
|
199 |
with gr.Row(elem_id="col-container"):
|
200 |
-
with gr.Column(scale=0.
|
201 |
file_output = gr.File(elem_classes="filenameshow")
|
202 |
-
with gr.Column(scale=0.
|
203 |
upload_button = gr.UploadButton(
|
204 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
205 |
elem_classes="uploadbutton",scale=0.60)
|
@@ -229,9 +229,9 @@ class Resume_Overall:
|
|
229 |
|
230 |
with gr.Tab("Job Description"):
|
231 |
with gr.Row(elem_id="col-container"):
|
232 |
-
with gr.Column(scale=0.
|
233 |
file_output1 = gr.File(elem_classes="filenameshow")
|
234 |
-
with gr.Column(scale=0.
|
235 |
upload_button1 = gr.UploadButton(
|
236 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
237 |
elem_classes="uploadbutton")
|
|
|
197 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
|
198 |
with gr.Tab("Resume"):
|
199 |
with gr.Row(elem_id="col-container"):
|
200 |
+
with gr.Column(scale=0.70):
|
201 |
file_output = gr.File(elem_classes="filenameshow")
|
202 |
+
with gr.Column(scale=0.30):
|
203 |
upload_button = gr.UploadButton(
|
204 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
205 |
elem_classes="uploadbutton",scale=0.60)
|
|
|
229 |
|
230 |
with gr.Tab("Job Description"):
|
231 |
with gr.Row(elem_id="col-container"):
|
232 |
+
with gr.Column(scale=0.70):
|
233 |
file_output1 = gr.File(elem_classes="filenameshow")
|
234 |
+
with gr.Column(scale=0.30):
|
235 |
upload_button1 = gr.UploadButton(
|
236 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
237 |
elem_classes="uploadbutton")
|