AVAIYA commited on
Commit
5027d51
·
1 Parent(s): d06e0f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ if len(text_input) != 0:
37
  googlenews.get_news(inputt.iloc[0,0])
38
 
39
  result_0 = googlenews.page_at(1)
40
- st.markdown(f"my input is Data:")
 
41
 
42
  st.markdown(f"my input is : { result_0 }")
43
  # time.sleep(100)
 
37
  googlenews.get_news(inputt.iloc[0,0])
38
 
39
  result_0 = googlenews.page_at(1)
40
+ totalCount = len(result_0)
41
+ st.markdown(f"Total Data is: {totalCount} ")
42
 
43
  st.markdown(f"my input is : { result_0 }")
44
  # time.sleep(100)