Spaces:
Running
Running
Studio
commited on
Update app.py
Browse files
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": "#
|
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": "Прикрепить файл для суммаризации",
|