Spaces:
Sleeping
Sleeping
MaziyarPanahi
commited on
Commit
•
5ef8d1f
1
Parent(s):
a901f92
Update app.py (#13)
Browse files- Update app.py (50f06da7d53ac25bf9ab2d16ed832b55a9f19491)
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 |
"""
|