watagassy commited on
Commit
fef9901
·
verified ·
1 Parent(s): 9cf1413

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ CSS ="""
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
104
  #full-width-button { width: 100%; }
105
- #search-result { overflow-y: auto !important; font-size:18px !important; font-weight:500 !important; }
106
  #question-box { font-size:18px !important; font-weight:500 !important; }
107
  """
108
  #with gr.Blocks() as demo:
 
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
104
  #full-width-button { width: 100%; }
105
+ #search-result { overflow-y: auto !important; font-size:18px !important; font-weight:500 !important; background-color: black !important; color: white !important;}
106
  #question-box { font-size:18px !important; font-weight:500 !important; }
107
  """
108
  #with gr.Blocks() as demo: