Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,14 +46,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
46 |
label="Chatbot Header",
|
47 |
show_label=False,
|
48 |
interactive=False,
|
49 |
-
height=
|
50 |
elem_id="chatbot-logo"
|
51 |
)
|
52 |
|
53 |
gr.ChatInterface(
|
54 |
respond,
|
55 |
chatbot=gr.Chatbot(
|
56 |
-
height=
|
57 |
)
|
58 |
)
|
59 |
|
|
|
46 |
label="Chatbot Header",
|
47 |
show_label=False,
|
48 |
interactive=False,
|
49 |
+
height=100,
|
50 |
elem_id="chatbot-logo"
|
51 |
)
|
52 |
|
53 |
gr.ChatInterface(
|
54 |
respond,
|
55 |
chatbot=gr.Chatbot(
|
56 |
+
height=500
|
57 |
)
|
58 |
)
|
59 |
|