AVAIYA commited on
Commit
d06e0f3
·
1 Parent(s): 340a52b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- print("Data")
41
- print(result_0, "data 2")
 
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 = ['لا يوجد نتائج للخبر ']