Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,9 @@ start_message = ""
|
|
62 |
|
63 |
CSS ="""
|
64 |
.contain { display: flex; flex-direction: column; }
|
|
|
65 |
#component-0 { height: 100%; }
|
66 |
-
#chatbot { flex-grow: 1; overflow: auto;}
|
67 |
"""
|
68 |
|
69 |
#with gr.Blocks() as demo:
|
|
|
62 |
|
63 |
CSS ="""
|
64 |
.contain { display: flex; flex-direction: column; }
|
65 |
+
.gradio-container { height: 100vh !important; }
|
66 |
#component-0 { height: 100%; }
|
67 |
+
#chatbot { flex-grow: 1; overflow: auto; resize: vertical; }
|
68 |
"""
|
69 |
|
70 |
#with gr.Blocks() as demo:
|