wenjiao commited on
Commit
658a996
2 Parent(s): 5a49361 576fd70

Merge branch 'main' of https://huggingface.co/spaces/Intel/NeuralChat into main

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -355,6 +355,8 @@ gradio-app {
355
  margin: 0 auto !important;
356
  width: 70% !important;
357
  padding: 0 !important;
 
 
358
  }
359
 
360
  #chatbot {
 
355
  margin: 0 auto !important;
356
  width: 70% !important;
357
  padding: 0 !important;
358
+ background: #fff !important;
359
+ border-radius: 5px !important;
360
  }
361
 
362
  #chatbot {