Update app.py
Browse files
app.py
CHANGED
@@ -250,13 +250,15 @@ with gr.Blocks(css="""
|
|
250 |
color: #FF5733;
|
251 |
}
|
252 |
#doc_links, #relevant_text {
|
253 |
-
color: #DDA0DD;
|
254 |
background-color: #333333; /* Sehr dunkles Grau */
|
255 |
padding: 10px; /* Innenabstand */
|
256 |
border-radius: 5px; /* Abgerundete Ecken */
|
257 |
max-height: 400px; /* Max Höhe für bessere Lesbarkeit */
|
258 |
overflow-y: auto; /* Vertikale Scrollbalken */
|
259 |
}
|
|
|
|
|
|
|
260 |
""") as demo:
|
261 |
|
262 |
with gr.Tab("Suche"):
|
|
|
250 |
color: #FF5733;
|
251 |
}
|
252 |
#doc_links, #relevant_text {
|
|
|
253 |
background-color: #333333; /* Sehr dunkles Grau */
|
254 |
padding: 10px; /* Innenabstand */
|
255 |
border-radius: 5px; /* Abgerundete Ecken */
|
256 |
max-height: 400px; /* Max Höhe für bessere Lesbarkeit */
|
257 |
overflow-y: auto; /* Vertikale Scrollbalken */
|
258 |
}
|
259 |
+
#doc_links a {
|
260 |
+
color: #DDA0DD; /* Helles Lila für Links im doc_links Feld */
|
261 |
+
}
|
262 |
""") as demo:
|
263 |
|
264 |
with gr.Tab("Suche"):
|