Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
de7bed9
1
Parent(s):
0d3f069
Update app.py (#15)
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import spaces
|
|
12 |
import requests
|
13 |
|
14 |
CSS ="""
|
15 |
-
.container { display: flex; flex-direction: column; height:
|
16 |
#chatbot { flex-grow: 1; }
|
17 |
"""
|
18 |
|
|
|
12 |
import requests
|
13 |
|
14 |
CSS ="""
|
15 |
+
.container { display: flex; flex-direction: column; height: 500px; }
|
16 |
#chatbot { flex-grow: 1; }
|
17 |
"""
|
18 |
|