robertselvam commited on
Commit
6c4c5de
·
1 Parent(s): 1a5115e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ class ResumeAnalyser:
112
  with gr.Row():
113
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
114
  <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
115
- <br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
116
  with gr.Row():
117
  with gr.Column(scale=0.45, min_width=150, ):
118
  jobDescription = gr.File(label="Job Description")
 
112
  with gr.Row():
113
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
114
  <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
115
+ <br><center><h1 style="color:#fff">Resume Analyser</h1></center>""")
116
  with gr.Row():
117
  with gr.Column(scale=0.45, min_width=150, ):
118
  jobDescription = gr.File(label="Job Description")