noumanjavaid commited on
Commit
bd86b7d
·
verified ·
1 Parent(s): 7cb2bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -17
app.py CHANGED
@@ -696,27 +696,11 @@ def document_comparison_tool():
696
 
697
  def main():
698
  st.write("""
699
- Welcome to the Centurion Analysis Tool! Use the tabs below to navigate through the different functionalities.
700
  """)
701
 
702
  tabs = st.tabs([
703
- "Image Comparison",
704
- "Watermark Adding & Detecting",
705
- "Deepfake Detection",
706
- "Document Comparison Tool"
707
  ])
708
-
709
- with tabs[0]:
710
- image_comparison_app()
711
-
712
- with tabs[1]:
713
- image_comparison_and_watermarking_app()
714
 
715
- with tabs[2]:
716
- nvidia_deepfake_detection_app()
717
-
718
- with tabs[3]:
719
- document_comparison_tool()
720
-
721
  if __name__ == "__main__":
722
  main()
 
696
 
697
  def main():
698
  st.write("""
 
699
  """)
700
 
701
  tabs = st.tabs([
702
+ "Image Comparison"
 
 
 
703
  ])
 
 
 
 
 
 
704
 
 
 
 
 
 
 
705
  if __name__ == "__main__":
706
  main()