Ninad077 commited on
Commit
e643f7f
·
verified ·
1 Parent(s): 9f4b198

Upload app.py

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