darkc0de commited on
Commit
53ae15c
Β·
verified Β·
1 Parent(s): 3415f38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as d
127
  fn=respond, # The function to call when a message is sent
128
  chatbot=gr.Chatbot( # Configure the chatbot display area
129
  height=800, # Set the height of the chat history display to 800px
130
- label="Xortron - Criminal Computing" # Set the label
131
  )
132
  )
133
 
 
127
  fn=respond, # The function to call when a message is sent
128
  chatbot=gr.Chatbot( # Configure the chatbot display area
129
  height=800, # Set the height of the chat history display to 800px
130
+ label="XORTRON - Criminal Computing" # Set the label
131
  )
132
  )
133