Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ st.markdown("""
|
|
| 44 |
text-align: left;
|
| 45 |
}
|
| 46 |
.assistant-bubble {
|
| 47 |
-
font-size:
|
| 48 |
text-align: left; /* 왼쪽 정렬 */
|
| 49 |
background-color: #f8d7da;
|
| 50 |
}
|
|
|
|
| 44 |
text-align: left;
|
| 45 |
}
|
| 46 |
.assistant-bubble {
|
| 47 |
+
font-size: 14px;
|
| 48 |
text-align: left; /* 왼쪽 정렬 */
|
| 49 |
background-color: #f8d7da;
|
| 50 |
}
|