iShare commited on
Commit
49ad958
·
1 Parent(s): ac0d3d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ try:
41
  print(result)
42
  st.write("AI Summarization:")
43
  st.write(result)
44
- except error:
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")