Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -222,8 +222,8 @@ textarea:hover, input:hover {
|
|
222 |
#suggestions-title {
|
223 |
text-align: center;
|
224 |
font-weight: bold;
|
225 |
-
color: white;
|
226 |
-
font-size:
|
227 |
margin-bottom: 20px;
|
228 |
}
|
229 |
"""
|
@@ -253,4 +253,4 @@ with gr.Blocks(css=custom_css) as app:
|
|
253 |
outputs=[chatbot, sentiment, emotion, suggestions, professionals, map_html],
|
254 |
)
|
255 |
|
256 |
-
app.launch()
|
|
|
222 |
#suggestions-title {
|
223 |
text-align: center;
|
224 |
font-weight: bold;
|
225 |
+
color: white; /* Text in white */
|
226 |
+
font-size: 3rem; /* Bigger size for suggestions */
|
227 |
margin-bottom: 20px;
|
228 |
}
|
229 |
"""
|
|
|
253 |
outputs=[chatbot, sentiment, emotion, suggestions, professionals, map_html],
|
254 |
)
|
255 |
|
256 |
+
app.launch()
|