rstallman commited on
Commit
aa3950a
·
1 Parent(s): 1a50a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -95,7 +95,13 @@ def launch_interface():
95
  ]
96
  outputs = gradio.outputs.Textbox(label="Our AI Lawyer Reply")
97
 
98
- interface = gradio.Interface(fn=validate_passcode, inputs=inputs, outputs=outputs, title="", description="")
 
 
 
 
 
 
99
  interface.launch()
100
 
101
  if __name__ == "__main__":
 
95
  ]
96
  outputs = gradio.outputs.Textbox(label="Our AI Lawyer Reply")
97
 
98
+ interface = gradio.Interface(
99
+ fn=validate_passcode,
100
+ inputs=inputs,
101
+ outputs=outputs,
102
+ title="Westminster AI: AI Lawyer",
103
+ description="Specialised in Sri Lanka Law"
104
+ )
105
  interface.launch()
106
 
107
  if __name__ == "__main__":