Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,14 +83,14 @@ with gr.Blocks(theme="dark", head=kofi_script, css=custom_css) as demo:
|
|
83 |
label="Chatbot Header",
|
84 |
show_label=False,
|
85 |
interactive=False,
|
86 |
-
height=
|
87 |
elem_id="chatbot-logo"
|
88 |
)
|
89 |
|
90 |
gr.ChatInterface(
|
91 |
fn=respond,
|
92 |
chatbot=gr.Chatbot(
|
93 |
-
height=
|
94 |
label="Xortron Chat"
|
95 |
)
|
96 |
)
|
|
|
83 |
label="Chatbot Header",
|
84 |
show_label=False,
|
85 |
interactive=False,
|
86 |
+
height=100,
|
87 |
elem_id="chatbot-logo"
|
88 |
)
|
89 |
|
90 |
gr.ChatInterface(
|
91 |
fn=respond,
|
92 |
chatbot=gr.Chatbot(
|
93 |
+
height=700,
|
94 |
label="Xortron Chat"
|
95 |
)
|
96 |
)
|