EGYADMIN commited on
Commit
2820c51
ยท
verified ยท
1 Parent(s): 0051ff9

Update modules/pricing/pricing_app.py

Browse files
Files changed (1) hide show
  1. modules/pricing/pricing_app.py +1 -1
modules/pricing/pricing_app.py CHANGED
@@ -1113,7 +1113,7 @@ class PricingApp:
1113
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ู‚ุงู„ุจ ุงู„ู…ุตุฏุฑ (ูˆู‡ู…ูŠ)
1114
  st.download_button(
1115
  label="ุชู†ุฒูŠู„ ุงู„ู‚ุงู„ุจ",
1116
- data=b"ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ู„ู‚ุงู„ุจ",
1117
  file_name=f"{export_template}.{export_template_format.lower()}",
1118
  mime="application/octet-stream",
1119
  key="download_template"
 
1113
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ู‚ุงู„ุจ ุงู„ู…ุตุฏุฑ (ูˆู‡ู…ูŠ)
1114
  st.download_button(
1115
  label="ุชู†ุฒูŠู„ ุงู„ู‚ุงู„ุจ",
1116
+ data="ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ู„ู‚ุงู„ุจ",
1117
  file_name=f"{export_template}.{export_template_format.lower()}",
1118
  mime="application/octet-stream",
1119
  key="download_template"