JaMugen commited on
Commit
147d308
·
1 Parent(s): 7b877c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
  # Display caption table with CSS class names
39
  st.write("## Caption Table")
40
  st.write(
41
- "<link rel='stylesheet' href='styles.css'>", unsafe_allow_html=True
42
  )
43
  st.write(
44
  "<table><tr><th class='timestamp'>Timestamp</th><th class='original'>Original</th></tr>",
 
38
  # Display caption table with CSS class names
39
  st.write("## Caption Table")
40
  st.write(
41
+ "<link rel='stylesheet' href='style.css'>", unsafe_allow_html=True
42
  )
43
  st.write(
44
  "<table><tr><th class='timestamp'>Timestamp</th><th class='original'>Original</th></tr>",