Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def main():
|
|
| 39 |
st.write("## Caption Table")
|
| 40 |
with open("styles.css", "r") as f:
|
| 41 |
css = f.read()
|
| 42 |
-
st.markdown(f"<style>{css}</style>", unsafe_allow_html=True)
|
| 43 |
st.write(
|
| 44 |
"<table><tr><th class='timestamp'>Timestamp</th><th class='original'>Original</th></tr>",
|
| 45 |
unsafe_allow_html=True,
|
|
|
|
| 39 |
st.write("## Caption Table")
|
| 40 |
with open("styles.css", "r") as f:
|
| 41 |
css = f.read()
|
| 42 |
+
st.markdown(f"<style>{css}</style>", unsafe_allow_html=True)
|
| 43 |
st.write(
|
| 44 |
"<table><tr><th class='timestamp'>Timestamp</th><th class='original'>Original</th></tr>",
|
| 45 |
unsafe_allow_html=True,
|