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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -102,6 +102,10 @@ 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; background-color: black !important; color: white !important;}
106
  #question-box { font-size:18px !important; font-weight:500 !important; }
107
  """
 
102
  #textbox { flex-grow: 1; overflow: auto; resize: vertical;}
103
  .secondary {background-color: #6366f1; }
104
  #full-width-button { width: 100%; }
105
+ .gr-textbox input[type="text"] {
106
+ background-color: black;
107
+ color: white;
108
+ }
109
  #search-result { overflow-y: auto !important; font-size:18px !important; font-weight:500 !important; background-color: black !important; color: white !important;}
110
  #question-box { font-size:18px !important; font-weight:500 !important; }
111
  """