wenjiao commited on
Commit
26dc491
1 Parent(s): a679693

modify chatbot's wrap margin

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,7 +381,7 @@ gradio-app {
381
  background-size: contain;
382
  }
383
 
384
- .wrap {
385
  margin-top: 30px !important;
386
  }
387
 
 
381
  background-size: contain;
382
  }
383
 
384
+ #chatbot .wrap {
385
  margin-top: 30px !important;
386
  }
387