Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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(
|