Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,5 +41,5 @@ try:
|
|
41 |
print(result)
|
42 |
st.write("AI Summarization:")
|
43 |
st.write(result)
|
44 |
-
except
|
45 |
st.write("Wrong URL")
|
|
|
41 |
print(result)
|
42 |
st.write("AI Summarization:")
|
43 |
st.write(result)
|
44 |
+
except Exception as e:
|
45 |
st.write("Wrong URL")
|