Karthikeyan commited on
Commit
0bfef79
1 Parent(s): 90914ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -77,9 +77,8 @@ class QuestionsGenerator:
77
  gr.HTML(
78
  """<h1 style="text-align:center; color:"white">Randstad Questions For Screening</h1> """
79
  )
80
- gr.HTML("<br>")
81
  with gr.Column():
82
- jobDescription = gr.File(label="Job Description")
83
 
84
  with gr.Column():
85
  analyse = gr.Button("Generate")
 
77
  gr.HTML(
78
  """<h1 style="text-align:center; color:"white">Randstad Questions For Screening</h1> """
79
  )
 
80
  with gr.Column():
81
+ jobDescription = gr.File(label="Job Description",elem_classes="heightfit")
82
 
83
  with gr.Column():
84
  analyse = gr.Button("Generate")