iShare commited on
Commit
f6d07d5
·
1 Parent(s): 7724647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: