Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -622,14 +622,14 @@ with demo:
|
|
622 |
|
623 |
########################## Main document Part ##########################
|
624 |
|
625 |
-
gr.Markdown("<hr />")
|
626 |
-
gr.Markdown("## Step 2.1: Select the document you want to encrypt\n\n"
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
)
|
631 |
-
|
632 |
-
with gr.Row():
|
633 |
with gr.Column(scale=5):
|
634 |
original_sentences_box = gr.CheckboxGroup(
|
635 |
ORIGINAL_DOCUMENT,
|
|
|
622 |
|
623 |
########################## Main document Part ##########################
|
624 |
|
625 |
+
#gr.Markdown("<hr />")
|
626 |
+
#gr.Markdown("## Step 2.1: Select the document you want to encrypt\n\n"
|
627 |
+
# """To make it simple, we pre-compiled the following document, but you are free to choose
|
628 |
+
# on which part you want to run this example.
|
629 |
+
# """
|
630 |
+
#)
|
631 |
+
|
632 |
+
with gr.Row(visible=False):
|
633 |
with gr.Column(scale=5):
|
634 |
original_sentences_box = gr.CheckboxGroup(
|
635 |
ORIGINAL_DOCUMENT,
|