File size: 852 Bytes
6e0a891
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.user-message {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
  color: white;
}

.user-message .stMarkdown {
  background-color: #3d92c4;
  border-radius: 15px;
  padding: 10px;
  max-width: 70%;
  word-wrap: break-word;
}

.user-avatar {
  order: 2;
  margin-left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.assistant-message {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: white;
}

.assistant-message .stMarkdown {
  background-color: #8e2929;
  border-radius: 15px;
  padding: 10px;
  max-width: 70%;
  word-wrap: break-word;
}

.assistant-avatar {
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.logo_area {
  display: flex;
  justify-content: center;
}

.logo_area img {
  margin-top: 50px;
  margin-left: 0px auto;
  width: 149px;
}