Upload app.py
Browse files
app.py
CHANGED
|
@@ -28,11 +28,16 @@ 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("")
|
| 35 |
|
|
|
|
|
|
|
|
|
|
| 36 |
# File upload UI
|
| 37 |
html_subject = """
|
| 38 |
<html>
|
|
|
|
| 28 |
padding: 0; /* Ensures no extra padding */
|
| 29 |
}
|
| 30 |
</style>
|
| 31 |
+
<h1 class="fixed-title">TDS Validation</h1>
|
| 32 |
"""
|
| 33 |
st.markdown(html_title, unsafe_allow_html=True)
|
| 34 |
+
|
| 35 |
+
st.write("")
|
| 36 |
st.write("")
|
| 37 |
|
| 38 |
+
|
| 39 |
+
st.markdown("This page will help you to submit the TDS workings for TDS deductions made by your company for Shopsense Retail Technologies Limited (Fynd). Further this tool will reconcile your data with 26AS and will share you the report for the same.")
|
| 40 |
+
|
| 41 |
# File upload UI
|
| 42 |
html_subject = """
|
| 43 |
<html>
|