Spaces:
Build error
Build error
Update app.py
Browse files
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: "
|
| 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 |
|