Spaces:
Sleeping
Sleeping
Samarth4023 commited on
Commit ·
c830f64
1
Parent(s): 7cf1a78
Ommitted last Line
Browse files
app.py
CHANGED
|
@@ -184,5 +184,4 @@ st.markdown("""
|
|
| 184 |
.stChatMessage {padding: 10px; border-radius: 10px; background-color: #900C3F;}
|
| 185 |
.stChatMessageUser {background-color: #900C3F;}
|
| 186 |
.stChatMessageAssistant {background-color: #900C3F;}
|
| 187 |
-
</style>
|
| 188 |
-
""", unsafe_allow_html=True)
|
|
|
|
| 184 |
.stChatMessage {padding: 10px; border-radius: 10px; background-color: #900C3F;}
|
| 185 |
.stChatMessageUser {background-color: #900C3F;}
|
| 186 |
.stChatMessageAssistant {background-color: #900C3F;}
|
| 187 |
+
</style>""", unsafe_allow_html=True)
|
|
|