Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
|
|
84 |
gr.ChatInterface(
|
85 |
fn=respond,
|
86 |
chatbot=gr.Chatbot(
|
87 |
-
height=
|
88 |
label="Xortron - Criminal Computing"
|
89 |
)
|
90 |
)
|
|
|
84 |
gr.ChatInterface(
|
85 |
fn=respond,
|
86 |
chatbot=gr.Chatbot(
|
87 |
+
height=800,
|
88 |
label="Xortron - Criminal Computing"
|
89 |
)
|
90 |
)
|