Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|