alex6095 commited on
Commit
7de8e9d
·
1 Parent(s): ee8c3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ st.title("Date prediction")
88
  text = st.text_area("Input news :", value=default_text)
89
  st.markdown("## Original News Data")
90
  st.write(text)
91
- st.markdown("## Predict Date")
92
 
93
 
94
  if text:
 
88
  text = st.text_area("Input news :", value=default_text)
89
  st.markdown("## Original News Data")
90
  st.write(text)
91
+ st.markdown("## Predict Top 3 Date")
92
 
93
 
94
  if text: