ahmadsanafarooq commited on
Commit
6faf53e
·
verified ·
1 Parent(s): 42ab1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -338,10 +338,10 @@ def set_background_and_styles():
338
  color: #1a237e !important; /* Darker blue */
339
  }
340
  .st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
341
- color: #333 !important;
342
  }
343
  .st-emotion-cache-10q7f27 { /* Example for st.info text */
344
- color: #333 !important;
345
  }
346
  /* Hide the top grey bar */
347
  header.st-emotion-cache-1gh8zsi {
@@ -1391,7 +1391,7 @@ def show_main_app():
1391
  margin-bottom: 15px;
1392
  }
1393
  .bot-message {
1394
- background-color: #000000; /* White for bot */
1395
  color: #343a40;
1396
  border-radius: 18px 18px 18px 5px; /* Rounded corners, pointed at bottom-right */
1397
  padding: 12px 18px;
 
338
  color: #1a237e !important; /* Darker blue */
339
  }
340
  .st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
341
+ color: #000000 !important;
342
  }
343
  .st-emotion-cache-10q7f27 { /* Example for st.info text */
344
+ color: #000000 !important;
345
  }
346
  /* Hide the top grey bar */
347
  header.st-emotion-cache-1gh8zsi {
 
1391
  margin-bottom: 15px;
1392
  }
1393
  .bot-message {
1394
+ background-color: #ffffff; /* White for bot */
1395
  color: #343a40;
1396
  border-radius: 18px 18px 18px 5px; /* Rounded corners, pointed at bottom-right */
1397
  padding: 12px 18px;