Update app.py
Browse files
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 |
-
# π
|
325 |
-
|
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():
|