Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -117,6 +117,6 @@ try:
|
|
117 |
|
118 |
st.write("No YouTube URL or file upload detected")
|
119 |
|
120 |
-
except (
|
121 |
|
122 |
st.write("No YouTube URL or file upload detected")
|
|
|
117 |
|
118 |
st.write("No YouTube URL or file upload detected")
|
119 |
|
120 |
+
except (AttributeError, TypeError):
|
121 |
|
122 |
st.write("No YouTube URL or file upload detected")
|