talexm commited on
Commit
c387155
·
1 Parent(s): ae2a953
Files changed (1) hide show
  1. app-memora.py +0 -2
app-memora.py CHANGED
@@ -85,8 +85,6 @@ if st.button("Search News About Me"):
85
  user_news_data = {"URL": results}
86
  df_user_news = pd.DataFrame(user_news_data)
87
  st.dataframe(df_user_news)
88
- else:
89
- st.warning("No recent news found about you.")
90
  except Exception as e:
91
  st.error(f"An error occurred during the search: {str(e)}")
92
  else:
 
85
  user_news_data = {"URL": results}
86
  df_user_news = pd.DataFrame(user_news_data)
87
  st.dataframe(df_user_news)
 
 
88
  except Exception as e:
89
  st.error(f"An error occurred during the search: {str(e)}")
90
  else: