pszemraj commited on
Commit
5b6bf88
1 Parent(s): b544aec
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -495,7 +495,6 @@ if __name__ == "__main__":
495
  """
496
  )
497
  with gr.Column():
498
- gr.Markdown("")
499
  gr.Markdown(
500
  """## Load Inputs & Select Parameters
501
 
@@ -549,7 +548,7 @@ if __name__ == "__main__":
549
  gr.Markdown(
550
  "_Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios._"
551
  )
552
- output_text = gr.HTML("<p><em>Output will appear below:</em></p>")
553
  with gr.Column():
554
  gr.Markdown("### Results & Scores")
555
  with gr.Row():
@@ -575,7 +574,7 @@ if __name__ == "__main__":
575
  gr.Markdown("### **Summary Output**")
576
  summary_text = gr.HTML(
577
  label="Summary",
578
- value="<center><i>Summary will appear here!</i></center>",
579
  )
580
  with gr.Column():
581
  gr.Markdown("### **Aggregate Summary Batches**")
@@ -593,10 +592,7 @@ if __name__ == "__main__":
593
  with gr.Column(variant="panel"):
594
  aggregated_summary = gr.HTML(
595
  label="Aggregate Summary",
596
- value="<center><i>Aggregate summary will appear here!</i></center>",
597
- )
598
- gr.Markdown(
599
- "\n\n_Aggregate summary is also appended to the bottom of the `.txt` file._"
600
  )
601
 
602
  with gr.Column():
 
495
  """
496
  )
497
  with gr.Column():
 
498
  gr.Markdown(
499
  """## Load Inputs & Select Parameters
500
 
 
548
  gr.Markdown(
549
  "_Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios._"
550
  )
551
+ output_text = gr.HTML("<em>Output will appear below:</em>")
552
  with gr.Column():
553
  gr.Markdown("### Results & Scores")
554
  with gr.Row():
 
574
  gr.Markdown("### **Summary Output**")
575
  summary_text = gr.HTML(
576
  label="Summary",
577
+ value="<i>Summary will appear here!</i>",
578
  )
579
  with gr.Column():
580
  gr.Markdown("### **Aggregate Summary Batches**")
 
592
  with gr.Column(variant="panel"):
593
  aggregated_summary = gr.HTML(
594
  label="Aggregate Summary",
595
+ value="<i>Aggregate summary will appear here!</i>",
 
 
 
596
  )
597
 
598
  with gr.Column():