Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,8 @@ css = """
|
|
58 |
.title {
|
59 |
text-align: center;
|
60 |
max-width: 600px;
|
|
|
|
|
61 |
color: #000;
|
62 |
}
|
63 |
|
@@ -66,8 +68,9 @@ css = """
|
|
66 |
}
|
67 |
|
68 |
.chatbot {
|
69 |
-
height: 350px;
|
70 |
-
|
|
|
71 |
padding: 10px;
|
72 |
background-color: #fff;
|
73 |
font-family: sans-serif;
|
|
|
58 |
.title {
|
59 |
text-align: center;
|
60 |
max-width: 600px;
|
61 |
+
margin-left: auto;
|
62 |
+
margin-right: auto;
|
63 |
color: #000;
|
64 |
}
|
65 |
|
|
|
68 |
}
|
69 |
|
70 |
.chatbot {
|
71 |
+
max-height: 350px;
|
72 |
+
margin-left: auto;
|
73 |
+
margin-right: auto;
|
74 |
padding: 10px;
|
75 |
background-color: #fff;
|
76 |
font-family: sans-serif;
|