robertselvam commited on
Commit
ec31696
1 Parent(s): 61278ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -228,8 +228,9 @@ class Resume_Overall:
228
 
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
- with gr.Column(elem_id="col-container"):
232
  file_output1 = gr.File(elem_classes="filenameshow")
 
233
  upload_button1 = gr.UploadButton(
234
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
235
  elem_classes="uploadbutton")
 
228
 
229
  with gr.Tab("Job Description"):
230
  with gr.Row():
231
+ with gr.Column(scale=0.30):
232
  file_output1 = gr.File(elem_classes="filenameshow")
233
+ with gr.Column(scale=0.30):
234
  upload_button1 = gr.UploadButton(
235
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
236
  elem_classes="uploadbutton")