JaMugen commited on
Commit
9bc2980
·
1 Parent(s): b9c937f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,