Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,9 @@ if len(text_input) != 0:
|
|
37 |
googlenews.get_news(inputt.iloc[0,0])
|
38 |
|
39 |
result_0 = googlenews.page_at(1)
|
40 |
-
|
41 |
-
|
|
|
42 |
# time.sleep(100)
|
43 |
if len(result_0) == 0:
|
44 |
desc_1 = ['لا يوجد نتائج للخبر ']
|
|
|
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)
|
44 |
if len(result_0) == 0:
|
45 |
desc_1 = ['لا يوجد نتائج للخبر ']
|