Karthikeyan commited on
Commit
cc98ac2
1 Parent(s): fd1d061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ class JobDescription():
42
  """<h1 style="text-align:center; color:"white">Generate Job Description</h1> """
43
  )
44
  with gr.Column():
45
- rolls = gr.Textbox(label="Rolls")
46
  with gr.Column():
47
  experience = gr.Textbox(label="Experience")
48
  with gr.Column():
 
42
  """<h1 style="text-align:center; color:"white">Generate Job Description</h1> """
43
  )
44
  with gr.Column():
45
+ rolls = gr.Textbox(label="Role")
46
  with gr.Column():
47
  experience = gr.Textbox(label="Experience")
48
  with gr.Column():