NLPV commited on
Commit
3e9afcd
·
verified ·
1 Parent(s): 0231c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ iface = gr.Interface(
107
  fn=launch,
108
  inputs=gr.Textbox(
109
  lines=2,
110
- placeholder="Enter job title in any language (e.g., Software Engineer) and description here (e.g., Develops and maintains software applications)..."
111
  ),
112
  outputs=gr.Textbox(
113
  lines=4,
 
107
  fn=launch,
108
  inputs=gr.Textbox(
109
  lines=2,
110
+ placeholder="Enter job title in any language (e.g., Software Engineer) AND/OR description here (e.g., Develops and maintains software applications)..."
111
  ),
112
  outputs=gr.Textbox(
113
  lines=4,