update github
Browse files
app.py
CHANGED
@@ -113,6 +113,8 @@ THRESHOLD = 0.7
|
|
113 |
|
114 |
# Streamlit interface
|
115 |
st.title("π° US Political Fake News Text Detector By using LSTM")
|
|
|
|
|
116 |
|
117 |
# URL input for web scraping
|
118 |
st.title("π Analyze News from a URL")
|
|
|
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
|
120 |
st.title("π Analyze News from a URL")
|