darkc0de commited on
Commit
be1f2d7
Β·
verified Β·
1 Parent(s): 4455ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
85
  fn=respond,
86
  chatbot=gr.Chatbot(
87
  height=700,
88
- label="Xortron Chat"
89
  )
90
  )
91
 
 
85
  fn=respond,
86
  chatbot=gr.Chatbot(
87
  height=700,
88
+ label="Xortron - Criminal Computing"
89
  )
90
  )
91