Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,14 +66,14 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
66 |
label="Chatbot Header",
|
67 |
show_label=False,
|
68 |
interactive=False,
|
69 |
-
height=
|
70 |
elem_id="chatbot-logo"
|
71 |
)
|
72 |
|
73 |
gr.ChatInterface(
|
74 |
respond,
|
75 |
chatbot=gr.Chatbot(
|
76 |
-
height=
|
77 |
)
|
78 |
)
|
79 |
|
|
|
66 |
label="Chatbot Header",
|
67 |
show_label=False,
|
68 |
interactive=False,
|
69 |
+
height=125,
|
70 |
elem_id="chatbot-logo"
|
71 |
)
|
72 |
|
73 |
gr.ChatInterface(
|
74 |
respond,
|
75 |
chatbot=gr.Chatbot(
|
76 |
+
height=675
|
77 |
)
|
78 |
)
|
79 |
|