Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def chatbot(input):
|
|
21 |
return reply
|
22 |
|
23 |
inputs = gr.inputs.Textbox(lines=7, label="Paste Job Description in the box below")
|
24 |
-
outputs = gr.outputs.Textbox(label="
|
25 |
|
26 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="MDR Job Interview Questions Generator",
|
27 |
description="Access to this site is monitored. <BR> Paste Job Description in the box and I will provide job interview questions",
|
|
|
21 |
return reply
|
22 |
|
23 |
inputs = gr.inputs.Textbox(lines=7, label="Paste Job Description in the box below")
|
24 |
+
outputs = gr.outputs.Textbox(label="Job Interview Questions")
|
25 |
|
26 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="MDR Job Interview Questions Generator",
|
27 |
description="Access to this site is monitored. <BR> Paste Job Description in the box and I will provide job interview questions",
|