Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
| 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>",
|