nikhedward commited on
Commit
c0cc4bc
1 Parent(s): 53ed7aa

Updated color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ The ship was on early Wednesday ordered to return to the Kai Tak Cruise Terminal
24
  sample_texts = [[text_1 ], [text_2]]
25
 
26
  desc = """
27
- <p style='text-align: center; color:white'> This is an abstractive text summarizer app using fine-tuned bart-large-cnn model. The abstractive approach involves rephrasing the complete document while capturing the complete meaning of the document. This type of summarization provides more human-like summary. Note: For faster summaries input smaller texts. Sample Text input is provided for you at the bottom! </p>
28
  """
29
 
30
 
 
24
  sample_texts = [[text_1 ], [text_2]]
25
 
26
  desc = """
27
+ <p style='text-align: center; color: #FF7F50'> This is an abstractive text summarizer app using fine-tuned bart-large-cnn model. The abstractive approach involves rephrasing the complete document while capturing the complete meaning of the document. This type of summarization provides more human-like summary. Note: For faster summaries input smaller texts. Sample Text input is provided for you at the bottom! </p>
28
  """
29
 
30