Spaces:
Restarting
Restarting
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", head=kofi_script, css=custom_css) as d
|
|
129 |
gr.ChatInterface(
|
130 |
fn=respond, # The function to call when a message is sent
|
131 |
chatbot=gr.Chatbot( # Configure the chatbot display area
|
132 |
-
height=
|
133 |
label="XORTRON - Criminal Computing" # Set the label
|
134 |
)
|
135 |
)
|
|
|
129 |
gr.ChatInterface(
|
130 |
fn=respond, # The function to call when a message is sent
|
131 |
chatbot=gr.Chatbot( # Configure the chatbot display area
|
132 |
+
height=700, # Set the height of the chat history display to 800px
|
133 |
label="XORTRON - Criminal Computing" # Set the label
|
134 |
)
|
135 |
)
|