Spaces:
Running
Running
Commit
·
21b8a80
1
Parent(s):
03eddb7
progress more 75
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def main():
|
|
286 |
unsafe_allow_html=True
|
287 |
)
|
288 |
|
289 |
-
st.title("... приступим к анализу... версия
|
290 |
|
291 |
if 'processed_df' not in st.session_state:
|
292 |
st.session_state.processed_df = None
|
|
|
286 |
unsafe_allow_html=True
|
287 |
)
|
288 |
|
289 |
+
st.title("... приступим к анализу... версия 75")
|
290 |
|
291 |
if 'processed_df' not in st.session_state:
|
292 |
st.session_state.processed_df = None
|