Spaces:
Runtime error
Runtime error
Update static/styles.css
Browse files- static/styles.css +3 -28
static/styles.css
CHANGED
@@ -1,35 +1,10 @@
|
|
1 |
body {
|
2 |
font-family: Arial, sans-serif;
|
3 |
background-color: #f0f0f0;
|
|
|
4 |
padding: 20px;
|
5 |
-
margin: 0;
|
6 |
}
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
}
|
11 |
-
|
12 |
-
input[type="text"], input[type="file"] {
|
13 |
-
padding: 10px;
|
14 |
-
width: 300px;
|
15 |
-
margin-right: 10px;
|
16 |
-
}
|
17 |
-
|
18 |
-
button {
|
19 |
-
padding: 10px;
|
20 |
-
background-color: #007bff;
|
21 |
-
color: white;
|
22 |
-
border: none;
|
23 |
-
cursor: pointer;
|
24 |
-
}
|
25 |
-
|
26 |
-
button:hover {
|
27 |
-
background-color: #0056b3;
|
28 |
-
}
|
29 |
-
|
30 |
-
#chat-history, #voice-response {
|
31 |
-
background-color: white;
|
32 |
-
padding: 10px;
|
33 |
-
border-radius: 5px;
|
34 |
-
margin-bottom: 10px;
|
35 |
}
|
|
|
1 |
body {
|
2 |
font-family: Arial, sans-serif;
|
3 |
background-color: #f0f0f0;
|
4 |
+
text-align: center;
|
5 |
padding: 20px;
|
|
|
6 |
}
|
7 |
|
8 |
+
h1 {
|
9 |
+
color: #333;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|