Update app.py
Browse files
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 |
-
|
|
|
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)
|