Manel commited on
Commit
e18f81d
·
verified ·
1 Parent(s): cd6cbc2

final edit

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -38,20 +38,9 @@ st.markdown(original_title, unsafe_allow_html=True)
38
  def load_model():
39
  # return load()
40
  pass
41
- #border-color:rgb(14, 17, 23);
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
 
57
  def get_response(user_question):
 
38
  def load_model():
39
  # return load()
40
  pass
 
41
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
+
44
  # chat componenets
45
 
46
  def get_response(user_question):