Pradeep Kumar commited on
Commit
94e3e10
·
verified ·
1 Parent(s): 62ec836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def launch(text_input):
95
  iface = gr.Interface(
96
  fn=launch,
97
  inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
98
- outputs= gr.Textbox()
99
  )
100
 
101
  iface.launch()
 
95
  iface = gr.Interface(
96
  fn=launch,
97
  inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
98
+ outputs= gr.Textbox(lines=2)
99
  )
100
 
101
  iface.launch()