Pradeep Kumar commited on
Commit
f120585
·
verified ·
1 Parent(s): 535e280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,5 +94,6 @@ 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
  # Launch the Gradio app
98
  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
+
98
  # Launch the Gradio app
99
  iface.launch()