Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ if url !="" and not url.strip().isspace() and not url == "" and not url.strip()
|
|
58 |
st.write("AI Summarization:")
|
59 |
st.write(result)
|
60 |
except Exception as e:
|
61 |
-
st.write("Wrong URL")
|
62 |
#**************************************************************#
|
63 |
|
64 |
#try:
|
|
|
58 |
st.write("AI Summarization:")
|
59 |
st.write(result)
|
60 |
except Exception as e:
|
61 |
+
st.write("Wrong URL or URL not parsable.")
|
62 |
#**************************************************************#
|
63 |
|
64 |
#try:
|