Pradeep Kumar commited on
Commit
b9c4196
·
verified ·
1 Parent(s): 93d893b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,5 +103,6 @@ iface = gr.Interface(fn=launch,
103
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),
104
  outputs="text")
105
 
 
106
  # Launch the Gradio app
107
  iface.launch()
 
103
  inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),
104
  outputs="text")
105
 
106
+
107
  # Launch the Gradio app
108
  iface.launch()