Spaces:
Starting
Starting
Update app.py
Browse files
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:
|