Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,8 @@ def launch(input):
|
|
100 |
|
101 |
# Gradio Interface
|
102 |
iface = gr.Interface(fn=launch,
|
103 |
-
|
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()
|