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

Commit Test SRT

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ st.title("SRT Summarization")
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:")
 
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) # Adjust width as needed
29
 
30
  # Text area for user to input SRT-formatted text
31
  srt_text_input = st.text_area("Paste SRT-formatted text here:")