JaMugen commited on
Commit
73d38e0
·
1 Parent(s): 8e8cc17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def main():
36
  end_index = start_index + 6
37
 
38
  # Define CSS styles for table cells
39
- timestamp_style = "padding: 8px; background-color: red; color: grey; display: flex; align-items: center;"
40
  original_style = "padding: 8px; background-color: black; color: white; display: flex; align-items: center;"
41
 
42
  st.write(
 
36
  end_index = start_index + 6
37
 
38
  # Define CSS styles for table cells
39
+ timestamp_style = "padding: 8px; background-color: red; color: rgb(118, 133, 123); display: flex; align-items: center;"
40
  original_style = "padding: 8px; background-color: black; color: white; display: flex; align-items: center;"
41
 
42
  st.write(