UjjwalVIT commited on
Commit
163e67a
1 Parent(s): 6177ad7

try_except

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  x='metrics',y='rouge-1'
61
  )
62
  st.altair_chart(c)
63
- catch:
64
  st.warning('Insufficient data')
65
 
66
 
 
60
  x='metrics',y='rouge-1'
61
  )
62
  st.altair_chart(c)
63
+ except:
64
  st.warning('Insufficient data')
65
 
66