Update main.py
Browse files
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 |
}
|