debug
Browse files
app.py
CHANGED
@@ -42,13 +42,15 @@ def load_model():
|
|
42 |
|
43 |
st.markdown("""
|
44 |
<style>
|
45 |
-
[data-testid="
|
46 |
background-color: #0e3745;
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
49 |
</style>
|
50 |
""", unsafe_allow_html=True,
|
51 |
-
)
|
52 |
|
53 |
# chat componenets
|
54 |
|
|
|
42 |
|
43 |
st.markdown("""
|
44 |
<style>
|
45 |
+
[data-testid="element-container"] {
|
46 |
background-color: #0e3745;
|
47 |
+
width: 100%;
|
48 |
+
}
|
49 |
+
[data-testid="element-container"]:focus {
|
50 |
+
background-color: #990033;
|
51 |
+
}
|
52 |
</style>
|
53 |
""", unsafe_allow_html=True,
|
|
|
54 |
|
55 |
# chat componenets
|
56 |
|