pentarosarium commited on
Commit
6f1ee57
·
1 Parent(s): d610f41
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -954,8 +954,8 @@ class TranslationSystem:
954
  def process_file(uploaded_file, model_choice, translation_method=None):
955
  df = None
956
  processed_rows_df = pd.DataFrame()
957
- last_update_time = time.time()
958
-
959
  try:
960
  # Initialize UI and control systems
961
  ui = ProcessingUI()
@@ -1545,7 +1545,7 @@ def main():
1545
  st.set_page_config(layout="wide")
1546
 
1547
  with st.sidebar:
1548
- st.title("::: AI-анализ мониторинга новостей (v.4.19):::")
1549
  st.subheader("по материалам СКАН-ИНТЕРФАКС")
1550
 
1551
  model_choice = st.radio(
 
954
  def process_file(uploaded_file, model_choice, translation_method=None):
955
  df = None
956
  processed_rows_df = pd.DataFrame()
957
+ last_time = time.time()
958
+
959
  try:
960
  # Initialize UI and control systems
961
  ui = ProcessingUI()
 
1545
  st.set_page_config(layout="wide")
1546
 
1547
  with st.sidebar:
1548
+ st.title("::: AI-анализ мониторинга новостей (v.4.19+):::")
1549
  st.subheader("по материалам СКАН-ИНТЕРФАКС")
1550
 
1551
  model_choice = st.radio(