NaimaAqeel commited on
Commit
072f334
Β·
verified Β·
1 Parent(s): 28ea54b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -321,8 +321,8 @@ def similarity(file1, file2):
321
  # Create a clean Gradio interface
322
  with gr.Blocks(title="Document Similarity Checker", theme=gr.themes.Soft()) as demo:
323
  gr.Markdown("""
324
- # πŸ“„ Complete Document Similarity Analyzer
325
- Upload two documents (PDF or DOCX) to compare their content across all similarity levels.
326
  """)
327
 
328
  with gr.Row():
 
321
  # Create a clean Gradio interface
322
  with gr.Blocks(title="Document Similarity Checker", theme=gr.themes.Soft()) as demo:
323
  gr.Markdown("""
324
+ # πŸ“„ DocuTwin Finder
325
+ Upload two documents (PDF or DOCX) to compare their content and identify specific similarities.
326
  """)
327
 
328
  with gr.Row():