aazankhanYousafzai commited on
Commit
284b445
·
verified ·
1 Parent(s): 5ca7147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -107,18 +107,18 @@ h1 {
107
  /* ---------- Chatbot ---------- */
108
  .chatbot {
109
  background: var(--surface);
110
- border-radius: 20px;
111
- padding: 20px;
112
- height: 90vh;
113
  width: 100% !important;
114
- border: 5px solid var(--border);
115
  overflow-y: auto;
116
  }
117
 
118
  /* ---------- Messages ---------- */
119
  .message {
120
  max-width: 100%;
121
- padding: 10px 12px;
122
  border-radius: 12px;
123
  margin-bottom: 12px;
124
  line-height: 1.3;
 
107
  /* ---------- Chatbot ---------- */
108
  .chatbot {
109
  background: var(--surface);
110
+ border-radius: 16px;
111
+ padding: 16px;
112
+ height: 75vh;
113
  width: 100% !important;
114
+ border: 1px solid var(--border);
115
  overflow-y: auto;
116
  }
117
 
118
  /* ---------- Messages ---------- */
119
  .message {
120
  max-width: 100%;
121
+ padding: 15px 20px;
122
  border-radius: 12px;
123
  margin-bottom: 12px;
124
  line-height: 1.3;