Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
1fe725a
1
Parent(s):
c262738
Update app.py
Browse files
app.py
CHANGED
@@ -512,7 +512,7 @@ with gr.Blocks() as demo:
|
|
512 |
only_ai_btn = gr.Button("AI Check")
|
513 |
|
514 |
with gr.Column():
|
515 |
-
only_plagiarism_btn = gr.Button("
|
516 |
|
517 |
with gr.Row():
|
518 |
depth_analysis_btn = gr.Button("Detailed Writing Analysis")
|
@@ -571,7 +571,7 @@ with gr.Blocks() as demo:
|
|
571 |
with gr.Row():
|
572 |
with gr.Column():
|
573 |
sentenceBreakdown = gr.HighlightedText(
|
574 |
-
label="
|
575 |
combine_adjacent=True,
|
576 |
color_map={
|
577 |
"[1]": "red",
|
|
|
512 |
only_ai_btn = gr.Button("AI Check")
|
513 |
|
514 |
with gr.Column():
|
515 |
+
only_plagiarism_btn = gr.Button("Source Detection")
|
516 |
|
517 |
with gr.Row():
|
518 |
depth_analysis_btn = gr.Button("Detailed Writing Analysis")
|
|
|
571 |
with gr.Row():
|
572 |
with gr.Column():
|
573 |
sentenceBreakdown = gr.HighlightedText(
|
574 |
+
label="Source Detection Sentence Breakdown",
|
575 |
combine_adjacent=True,
|
576 |
color_map={
|
577 |
"[1]": "red",
|