mzameshina commited on
Commit
b3ea80a
·
verified ·
1 Parent(s): 7888e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -638,14 +638,7 @@ with demo:
638
 
639
  ########################## Main document Part ##########################
640
 
641
- gr.Markdown("<hr />")
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,