FrancoisHB commited on
Commit
04cf9de
1 Parent(s): 864bffc

Commit Test SRT

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,10 +22,10 @@ def generate_summary(text, summary_length):
22
  st.title("SRT Summarization")
23
 
24
  # Logo image URL
25
- logo_url = "https://media.licdn.com/dms/image/C4E0BAQHdxTG-h3JKjA/company-logo_200_200/0/1657884149973/qibb_techtriq_logo?e=2147483647&v=beta&t=c5Aqh8xDEudMMFsuAaniat205sDnNEjMzohnTumQSv4" # Replace with your logo image URL
26
 
27
  # Display logo
28
- st.image(logo_url, use_column_width=True)
29
 
30
  # Text area for user to input SRT-formatted text
31
  srt_text_input = st.text_area("Paste SRT-formatted text here:")
 
22
  st.title("SRT Summarization")
23
 
24
  # Logo image URL
25
+ logo_url = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6uQl0omK_PHXBbyaCHdmh3VjCo_Yvgwavmcs5XRF9Rkjx5FpflxyO4yfux6d2ojKsCOA&usqp=CAU" # Replace with your logo image URL
26
 
27
  # Display logo
28
+ st.image(logo_url, width=364, height=138)
29
 
30
  # Text area for user to input SRT-formatted text
31
  srt_text_input = st.text_area("Paste SRT-formatted text here:")