Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ html_title = """
|
|
| 28 |
padding: 0; /* Ensures no extra padding */
|
| 29 |
}
|
| 30 |
</style>
|
| 31 |
-
<h1 class="fixed-title">TDS
|
| 32 |
"""
|
| 33 |
st.markdown(html_title, unsafe_allow_html=True)
|
| 34 |
st.write("")
|
|
|
|
| 28 |
padding: 0; /* Ensures no extra padding */
|
| 29 |
}
|
| 30 |
</style>
|
| 31 |
+
<h1 class="fixed-title">TDS Recon</h1>
|
| 32 |
"""
|
| 33 |
st.markdown(html_title, unsafe_allow_html=True)
|
| 34 |
st.write("")
|