Opera8 commited on
Commit
808c524
·
verified ·
1 Parent(s): 93ac6b0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -45,14 +45,14 @@ MAIN_KEYPAD_DICT = {
45
  # ردیف سوم (۲ دکمه)
46
  {
47
  "buttons":[
48
- {"id": "podcast_btn", "type": "Simple", "button_text": "ساخت پادکست با هوش مصنوعی 🎙️"},
49
  {"id": "file_btn", "type": "Simple", "button_text": "تحلیل فایل 📁"}
50
  ]
51
  },
52
  # ردیف چهارم (۲ دکمه)
53
  {
54
  "buttons":[
55
- {"id": "stt_btn", "type": "Simple", "button_text": "تبدیل فایل صوتی به متن 📝"},
56
  {"id": "cancel_btn", "type": "Simple", "button_text": "برگشت♻️"}
57
  ]
58
  }
 
45
  # ردیف سوم (۲ دکمه)
46
  {
47
  "buttons":[
48
+ {"id": "podcast_btn", "type": "Simple", "button_text": "ساخت پادکست 🎙️"},
49
  {"id": "file_btn", "type": "Simple", "button_text": "تحلیل فایل 📁"}
50
  ]
51
  },
52
  # ردیف چهارم (۲ دکمه)
53
  {
54
  "buttons":[
55
+ {"id": "stt_btn", "type": "Simple", "button_text": "فایل صوتی به متن 📝"},
56
  {"id": "cancel_btn", "type": "Simple", "button_text": "برگشت♻️"}
57
  ]
58
  }