pentarosarium commited on
Commit
4a13453
·
1 Parent(s): ba5ad5d

progress more 19

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,7 +116,7 @@ def process_file(uploaded_file):
116
  # Translate texts
117
  translated_texts = []
118
  progress_bar = st.progress(0)
119
- rogress_text = st.empty()
120
  total_news = len(df)
121
 
122
  for i, text in enumerate(df['Выдержки из текста']):
@@ -144,7 +144,7 @@ def process_file(uploaded_file):
144
  return df
145
 
146
  def main():
147
- st.title("... приступим к анализу... версия 17")
148
 
149
  uploaded_file = st.file_uploader("Выбирайте Excel-файл", type="xlsx")
150
 
 
116
  # Translate texts
117
  translated_texts = []
118
  progress_bar = st.progress(0)
119
+ progress_text = st.empty()
120
  total_news = len(df)
121
 
122
  for i, text in enumerate(df['Выдержки из текста']):
 
144
  return df
145
 
146
  def main():
147
+ st.title("... приступим к анализу... версия 19")
148
 
149
  uploaded_file = st.file_uploader("Выбирайте Excel-файл", type="xlsx")
150