update github
Browse files
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.
|
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
|
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)
|