Spaces:
Running
Running
Commit
·
f3961c1
1
Parent(s):
18fcf1b
progress more (3.8)
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ def main():
|
|
434 |
unsafe_allow_html=True
|
435 |
)
|
436 |
|
437 |
-
st.title("::: анализ мониторинга новостей СКАН-ИНТЕРФАКС (v.3.
|
438 |
|
439 |
if 'processed_df' not in st.session_state:
|
440 |
st.session_state.processed_df = None
|
|
|
434 |
unsafe_allow_html=True
|
435 |
)
|
436 |
|
437 |
+
st.title("::: анализ мониторинга новостей СКАН-ИНТЕРФАКС (v.3.8):::")
|
438 |
|
439 |
if 'processed_df' not in st.session_state:
|
440 |
st.session_state.processed_df = None
|