Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ inputs = gr.inputs.Textbox(lines=7, label="Paste Job Description in the box belo
|
|
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="
|
28 |
-
theme="panel",).launch()
|
|
|
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="Paste Job Description in the box and I will provide job interview questions",
|
28 |
+
theme="panel",).launch(share=True)
|