Manish-4007 commited on
Commit
d0fa0e7
·
1 Parent(s): d930cf3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ try:
42
  clk = time.time()-start
43
  if clk> 60:
44
  st.write(f'Generated in {(time.time()-start)} secs')
45
- else
46
  st.write(f'Generated in {(clk)/60} minutes')
47
 
48
  st.subheader('Top 10 Topics related to the content')
 
42
  clk = time.time()-start
43
  if clk> 60:
44
  st.write(f'Generated in {(time.time()-start)} secs')
45
+ else:
46
  st.write(f'Generated in {(clk)/60} minutes')
47
 
48
  st.subheader('Top 10 Topics related to the content')