Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#13
by
MaziyarPanahi
- opened
app.py
CHANGED
@@ -12,7 +12,7 @@ import spaces
|
|
12 |
import requests
|
13 |
|
14 |
CSS ="""
|
15 |
-
.
|
16 |
#component-0 { height: 500px; }
|
17 |
#chatbot { flex-grow: 1; height: 500px; }
|
18 |
"""
|
|
|
12 |
import requests
|
13 |
|
14 |
CSS ="""
|
15 |
+
.container { display: flex; flex-direction: column; height: 500vh; }
|
16 |
#component-0 { height: 500px; }
|
17 |
#chatbot { flex-grow: 1; height: 500px; }
|
18 |
"""
|