Polarisailabs commited on
Commit
9c22f51
·
verified ·
1 Parent(s): f69d529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def chatbot(input):
19
  inputs = gr.Textbox(lines=7, label="Query")
20
  outputs = gr.Textbox(label="Response")
21
 
22
- gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Prompt Engineering Prodigy",
23
  theme="compact").launch(share=True)
24
 
25
 
 
19
  inputs = gr.Textbox(lines=7, label="Query")
20
  outputs = gr.Textbox(label="Response")
21
 
22
+ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Legal Prodigy",
23
  theme="compact").launch(share=True)
24
 
25