The-Adnan-Syed commited on
Commit
92c8230
·
verified ·
1 Parent(s): 9651ebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -22,6 +22,20 @@ hide_streamlit_style = """
22
  <style>
23
  #MainMenu {visibility: hidden;}
24
  footer {visibility: hidden;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  </style>
26
 
27
  """
 
22
  <style>
23
  #MainMenu {visibility: hidden;}
24
  footer {visibility: hidden;}
25
+ /* style.css */
26
+ .chat-message {
27
+ background-color: #f0f2f6;
28
+ border-radius: 20px;
29
+ padding: 10px;
30
+ }
31
+
32
+ /* Customize Streamlit's default button */
33
+ .stButton>button {
34
+ border: 2px solid #4CAF50;
35
+ color: white;
36
+ background-color: #4CAF50;
37
+ }
38
+
39
  </style>
40
 
41
  """