vrcrush commited on
Commit
87175b1
·
1 Parent(s): 9169fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ def chatbot(input):
23
  inputs = gr.inputs.Textbox(lines=7, label="Chat with ORABOT")
24
  outputs = gr.outputs.Textbox(label="Reply")
25
 
26
- gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Job Interview Questions Generation",
27
  description="Paste Job Description and I will provide job interview questions",
28
  theme="panel",).launch()
 
23
  inputs = gr.inputs.Textbox(lines=7, label="Chat with ORABOT")
24
  outputs = gr.outputs.Textbox(label="Reply")
25
 
26
+ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="MDR Job Interview Questions Generator",
27
  description="Paste Job Description and I will provide job interview questions",
28
  theme="panel",).launch()