robertselvam commited on
Commit
7e9b9e4
1 Parent(s): daab587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -197,12 +197,11 @@ 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",scale=0.80):
201
  file_output = gr.File(elem_classes="filenameshow")
202
- with gr.Column(elem_id="col-container",scale=0.20):
203
  upload_button = gr.UploadButton(
204
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
205
- elem_classes="uploadbutton")
206
 
207
  with gr.TabItem("Designation"):
208
  with gr.Column(elem_id = "col-container",scale=0.80):
 
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.60):
201
  file_output = gr.File(elem_classes="filenameshow")
 
202
  upload_button = gr.UploadButton(
203
  "Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
204
+ elem_classes="uploadbutton",scale=0.60)
205
 
206
  with gr.TabItem("Designation"):
207
  with gr.Column(elem_id = "col-container",scale=0.80):