Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -638,14 +638,7 @@ with demo:
|
|
638 |
|
639 |
########################## Main document Part ##########################
|
640 |
|
641 |
-
gr.
|
642 |
-
gr.Markdown("## Step 2.1: Select the document you want to encrypt\n\n"
|
643 |
-
"""To make it simple, we pre-compiled the following document, but you are free to choose
|
644 |
-
on which part you want to run this example.
|
645 |
-
"""
|
646 |
-
)
|
647 |
-
|
648 |
-
with gr.Row():
|
649 |
with gr.Column(scale=5):
|
650 |
original_sentences_box = gr.CheckboxGroup(
|
651 |
ORIGINAL_DOCUMENT,
|
|
|
638 |
|
639 |
########################## Main document Part ##########################
|
640 |
|
641 |
+
with gr.Row(visible=False):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
642 |
with gr.Column(scale=5):
|
643 |
original_sentences_box = gr.CheckboxGroup(
|
644 |
ORIGINAL_DOCUMENT,
|