AumCoreAI commited on
Commit
baa633d
·
verified ·
1 Parent(s): 71d16e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -181,6 +181,7 @@ body {
181
  position: absolute;
182
  bottom: 0;
183
  width: calc(100% - 260px);
 
184
  background: #0d1117;
185
  padding: 15px 20px;
186
  border-top: 1px solid #30363d;
@@ -188,6 +189,8 @@ body {
188
  .input-container {
189
  display: flex;
190
  gap: 10px;
 
 
191
  }
192
  #user-input {
193
  flex: 1;
 
181
  position: absolute;
182
  bottom: 0;
183
  width: calc(100% - 260px);
184
+ left: 260px;
185
  background: #0d1117;
186
  padding: 15px 20px;
187
  border-top: 1px solid #30363d;
 
189
  .input-container {
190
  display: flex;
191
  gap: 10px;
192
+ max-width: 800px;
193
+ margin: 0 auto;
194
  }
195
  #user-input {
196
  flex: 1;