Pradeep Kumar commited on
Commit
ddd24d5
·
verified ·
1 Parent(s): f72404f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -94,6 +94,5 @@ def launch(input):
94
  # Gradio Interface
95
  iface = gr.Interface(fn=launch,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),outputs="text")
96
 
97
-
98
  # Launch the Gradio app
99
  iface.launch()
 
94
  # Gradio Interface
95
  iface = gr.Interface(fn=launch,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),outputs="text")
96
 
 
97
  # Launch the Gradio app
98
  iface.launch()