randmimc commited on
Commit
6e6e934
·
verified ·
1 Parent(s): eee5c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -40,11 +40,14 @@ st.markdown("""
40
  white-space: pre-wrap;
41
  }
42
  .user-bubble {
 
 
43
  background-color: #e5e5e5;
44
  text-align: left;
45
  }
46
  .assistant-bubble {
47
  font-size: 14px;
 
48
  text-align: left; /* 왼쪽 정렬 */
49
  background-color: #f8d7da;
50
  }
 
40
  white-space: pre-wrap;
41
  }
42
  .user-bubble {
43
+ font-size: 14px;
44
+ color: #333;
45
  background-color: #e5e5e5;
46
  text-align: left;
47
  }
48
  .assistant-bubble {
49
  font-size: 14px;
50
+ color: #333;
51
  text-align: left; /* 왼쪽 정렬 */
52
  background-color: #f8d7da;
53
  }