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

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="text"
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()
99
  )
100
 
101
  iface.launch()