Pradeep Kumar commited on
Commit
17cab64
·
verified ·
1 Parent(s): b9c4196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -100,9 +100,8 @@ def launch(input):
100
 
101
  # Gradio Interface
102
  iface = gr.Interface(fn=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()
 
100
 
101
  # Gradio Interface
102
  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()