mzameshina commited on
Commit
218c0c9
·
verified ·
1 Parent(s): b8a4ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- """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():
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,