Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def launch(text_input):
|
|
95 |
iface = gr.Interface(
|
96 |
fn=launch,
|
97 |
inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
|
98 |
-
outputs=
|
99 |
)
|
100 |
|
101 |
iface.launch()
|
|
|
95 |
iface = gr.Interface(
|
96 |
fn=launch,
|
97 |
inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
|
98 |
+
outputs= gr.Textbox()
|
99 |
)
|
100 |
|
101 |
iface.launch()
|