attendantelectro commited on
Commit
89c9cd6
·
verified ·
1 Parent(s): 835a164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,7 +31,7 @@ def streamlit_app():
31
 
32
  TEXTS = {
33
  "English": {
34
- "title": "Universal File Converter",
35
  "desc": "Convert files/archives (ZIP/RAR/PDF/WAV/MP4/IMG)",
36
  "upload": "Upload File",
37
  "error_type": "Unsupported file type!",
@@ -39,7 +39,7 @@ def streamlit_app():
39
  "download": "Download"
40
  },
41
  "فارسی": {
42
- "title": "مبدل جهانی فایل",
43
  "desc": "تبدیل فایل/آرشیو (ZIP/RAR/PDF/WAV/MP4/تصویر)",
44
  "upload": "آپلود فایل",
45
  "error_type": "نوع فایل پشتیبانی نمیشود!",
 
31
 
32
  TEXTS = {
33
  "English": {
34
+ "title": "File Converter",
35
  "desc": "Convert files/archives (ZIP/RAR/PDF/WAV/MP4/IMG)",
36
  "upload": "Upload File",
37
  "error_type": "Unsupported file type!",
 
39
  "download": "Download"
40
  },
41
  "فارسی": {
42
+ "title": "مبدل فایل",
43
  "desc": "تبدیل فایل/آرشیو (ZIP/RAR/PDF/WAV/MP4/تصویر)",
44
  "upload": "آپلود فایل",
45
  "error_type": "نوع فایل پشتیبانی نمیشود!",