File size: 1,414 Bytes
ed876e2
 
7db2a6d
 
 
 
 
ed876e2
 
7db2a6d
 
 
ce7e38e
 
 
 
 
 
 
 
7db2a6d
ce7e38e
7db2a6d
ce7e38e
7db2a6d
 
ce7e38e
 
 
 
 
 
 
 
 
 
 
 
7db2a6d
ce7e38e
7db2a6d
ce7e38e
 
 
 
 
 
7db2a6d
ce7e38e
7db2a6d
ce7e38e
 
 
7db2a6d
ce7e38e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed876e2
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* .main {
  background: #2a2a2a;
   padding: 1rem; 
  border-radius: 8px;
} */
/* 
.chat-box {
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 1rem;
}

.message {
  margin: 0.5rem 0;
}

.message.user {
  text-align: right;
} */

/* .bubble {
  display: inline-block;
  padding: 0.75rem;
  border-radius: 8px;
  background: #3b3b3b;
  max-width: 100%;
  white-space: pre-wrap;
} */

/* .chat-input {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
} */

.chat-input input {
  flex: 1;
  padding: 0.5rem;
  background: #444;
  color: white;
  border: none;
  border-radius: 4px;
}

.chat-input button {
  background: #007bff;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
}

.buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

button {
  background: #555;
  color: white;
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #777;
}