Manel commited on
Commit
768fd21
·
verified ·
1 Parent(s): 1ea31cf
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -42,13 +42,15 @@ def load_model():
42
 
43
  st.markdown("""
44
  <style>
45
- [data-testid="stBottom"] {
46
  background-color: #0e3745;
47
- height: 4.5rem;
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