Noobian commited on
Commit
d0e1d9b
1 Parent(s): b6f56cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,7 +17,7 @@ def answer_question(question):
17
 
18
  iface = gr.Interface(answer_question,
19
  inputs="text", outputs="text",
20
- title="How to generator",
21
- description="Make how tos from any prompt.")
22
 
23
  iface.launch()
 
17
 
18
  iface = gr.Interface(answer_question,
19
  inputs="text", outputs="text",
20
+ title="Incident report generator ",
21
+ description="Describe any police encounter and the officer and this will generate an incident report.")
22
 
23
  iface.launch()