tensorkelechi commited on
Commit
f213e69
·
verified ·
1 Parent(s): 10ca324

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("Enter a valid url: " + e)
88
 
89
  # Video file transcription
90