Spaces:
Running
Running
Update app.py
Browse files
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="
|
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 |
|