Studio commited on
Commit
70c497e
·
verified ·
1 Parent(s): 765e1e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,7 +62,7 @@ def answer_question_text(context, question):
62
  def set_language(lang):
63
  if lang == "English":
64
  texts = {
65
- "app_title": "# Interface for Summarization and Q&A",
66
  "sum_section": "Document Summarization",
67
  "sum_tab_file": "Upload File",
68
  "sum_file_label": "Attach file for summarization",
@@ -81,7 +81,7 @@ def set_language(lang):
81
  }
82
  else: # Русский
83
  texts = {
84
- "app_title": "# Интерфейс для суммаризации и вопросов-ответов",
85
  "sum_section": "Суммаризация документа",
86
  "sum_tab_file": "Загрузить файл",
87
  "sum_file_label": "Прикрепить файл для суммаризации",
 
62
  def set_language(lang):
63
  if lang == "English":
64
  texts = {
65
+ "app_title": "# DocumentAI by LaciaStudio",
66
  "sum_section": "Document Summarization",
67
  "sum_tab_file": "Upload File",
68
  "sum_file_label": "Attach file for summarization",
 
81
  }
82
  else: # Русский
83
  texts = {
84
+ "app_title": "# DocumentAI создано LaciaStudio",
85
  "sum_section": "Суммаризация документа",
86
  "sum_tab_file": "Загрузить файл",
87
  "sum_file_label": "Прикрепить файл для суммаризации",