Paul-Louis Pröve
commited on
Commit
·
fddb270
1
Parent(s):
f9238f0
important component height
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ CSS = """
|
|
12 |
.gradio-container { height: 100vh !important; }
|
13 |
#component-0 { height: 100% !important; }
|
14 |
#component-1 { height: 100% !important; }
|
15 |
-
#chatbot { flex-grow: 1; overflow: auto;}
|
16 |
footer {visibility: hidden}
|
17 |
"""
|
18 |
|
|
|
12 |
.gradio-container { height: 100vh !important; }
|
13 |
#component-0 { height: 100% !important; }
|
14 |
#component-1 { height: 100% !important; }
|
15 |
+
#chatbot { flex-grow: 1 !important; overflow: auto;}
|
16 |
footer {visibility: hidden}
|
17 |
"""
|
18 |
|