Spaces:
Build error
Build error
jy46604790
commited on
Commit
·
03d9de7
1
Parent(s):
24efdc9
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def cal_model(text):
|
|
22 |
def main():
|
23 |
st.image("breakingnews.jpeg", width=230)
|
24 |
st.markdown("* * *")
|
25 |
-
st.title("
|
26 |
|
27 |
part1 = read_md('part1.md')
|
28 |
st.markdown(part1)
|
|
|
22 |
def main():
|
23 |
st.image("breakingnews.jpeg", width=230)
|
24 |
st.markdown("* * *")
|
25 |
+
st.title("Fake News Recognition")
|
26 |
|
27 |
part1 = read_md('part1.md')
|
28 |
st.markdown(part1)
|