kritsadaK commited on
Commit
5295c00
·
1 Parent(s): 8f2b906

update github

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ THRESHOLD = 0.7
113
 
114
  # Streamlit interface
115
  st.title("📰 US Political Fake News Text Detector By using LSTM")
116
- st.title("detail and Progression here:")
117
  st.markdown("[github](https://github.com/yamerooo123/Political-Fake-News-Detector-NLP)")
118
 
119
  # URL input for web scraping
@@ -181,7 +181,7 @@ if url:
181
  # Preprocess and predict
182
  predict_with_threshold(scraped_text)
183
 
184
- st.write("Detect whether a given piece of news is fake or real based on its content. Enter a URL to analyze its authenticity or test with a sample text.")
185
 
186
  image = Image.open('list.png')
187
  st.image(image, caption='Source: https://en.wikipedia.org/wiki/List_of_fake_news_websites', use_column_width=True)
 
113
 
114
  # Streamlit interface
115
  st.title("📰 US Political Fake News Text Detector By using LSTM")
116
+ st.write("Detail and Progression here:")
117
  st.markdown("[github](https://github.com/yamerooo123/Political-Fake-News-Detector-NLP)")
118
 
119
  # URL input for web scraping
 
181
  # Preprocess and predict
182
  predict_with_threshold(scraped_text)
183
 
184
+ st.write("Detect whether a given piece of news is fake or real based on its content. Enter a URL to analyze")
185
 
186
  image = Image.open('list.png')
187
  st.image(image, caption='Source: https://en.wikipedia.org/wiki/List_of_fake_news_websites', use_column_width=True)