tensorkelechi commited on
Commit
77e2bcc
·
verified ·
1 Parent(s): cf919a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with youtube_url_tab:
84
  st.write(summary)
85
 
86
  except Exception as e:
87
- st.error("Enter a valid url: " + e)
88
 
89
  # Video file transcription
90
 
 
84
  st.write(summary)
85
 
86
  except Exception as e:
87
+ st.error(f"Enter a valid url: {e}")
88
 
89
  # Video file transcription
90