Spaces:
Sleeping
Sleeping
Commit ·
5940210
1
Parent(s): 133976c
progress more (3.62)
Browse files
app.py
CHANGED
|
@@ -348,7 +348,7 @@ def process_file(uploaded_file):
|
|
| 348 |
pdf_data = save_streamlit_output_to_pdf(output_capture.texts)
|
| 349 |
|
| 350 |
# Show success message
|
| 351 |
-
st.success(f"✅ Обработка и анализ завершены за
|
| 352 |
|
| 353 |
# Create download section
|
| 354 |
create_download_section(excel_output, pdf_data)
|
|
@@ -465,7 +465,7 @@ def main():
|
|
| 465 |
.signature {
|
| 466 |
position: fixed;
|
| 467 |
right: 12px;
|
| 468 |
-
|
| 469 |
font-size: 14px;
|
| 470 |
color: #FF0000;
|
| 471 |
opacity: 0.9;
|
|
@@ -477,7 +477,7 @@ def main():
|
|
| 477 |
unsafe_allow_html=True
|
| 478 |
)
|
| 479 |
|
| 480 |
-
st.title("::: анализ мониторинга новостей СКАН-ИНТЕРФАКС (v.3.
|
| 481 |
|
| 482 |
if 'processed_df' not in st.session_state:
|
| 483 |
st.session_state.processed_df = None
|
|
|
|
| 348 |
pdf_data = save_streamlit_output_to_pdf(output_capture.texts)
|
| 349 |
|
| 350 |
# Show success message
|
| 351 |
+
st.success(f"✅ Обработка и анализ завершены за разумное время.")
|
| 352 |
|
| 353 |
# Create download section
|
| 354 |
create_download_section(excel_output, pdf_data)
|
|
|
|
| 465 |
.signature {
|
| 466 |
position: fixed;
|
| 467 |
right: 12px;
|
| 468 |
+
up: 12px;
|
| 469 |
font-size: 14px;
|
| 470 |
color: #FF0000;
|
| 471 |
opacity: 0.9;
|
|
|
|
| 477 |
unsafe_allow_html=True
|
| 478 |
)
|
| 479 |
|
| 480 |
+
st.title("::: анализ мониторинга новостей СКАН-ИНТЕРФАКС (v.3.61):::")
|
| 481 |
|
| 482 |
if 'processed_df' not in st.session_state:
|
| 483 |
st.session_state.processed_df = None
|