Paul-Louis Pröve
commited on
Commit
·
09c2c58
1
Parent(s):
b597732
new css class
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ CSS = """
|
|
11 |
.contain { display: flex; flex-direction: column; }
|
12 |
.gradio-container { height: 100vh !important; }
|
13 |
.main { height: 100vh !important; }
|
|
|
14 |
#component-0 { height: 100% !important; }
|
15 |
#component-1 { height: 100% !important; }
|
16 |
#chatbot { flex-grow: 1 !important; overflow: auto;}
|
|
|
11 |
.contain { display: flex; flex-direction: column; }
|
12 |
.gradio-container { height: 100vh !important; }
|
13 |
.main { height: 100vh !important; }
|
14 |
+
.wrap { height: 100vh !important; }
|
15 |
#component-0 { height: 100% !important; }
|
16 |
#component-1 { height: 100% !important; }
|
17 |
#chatbot { flex-grow: 1 !important; overflow: auto;}
|