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

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
@@ -954,7 +954,7 @@ class PricingApp:
954
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ุชู‚ุฑูŠุฑ (ูˆู‡ู…ูŠ)
955
  st.download_button(
956
  label="ุชู†ุฒูŠู„ ุงู„ุชู‚ุฑูŠุฑ",
957
- data=b"ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ู„ุชู‚ุฑูŠุฑ",
958
  file_name=f"{selected_report}.{report_format.lower()}",
959
  mime="application/octet-stream",
960
  key="download_price_report"
 
954
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ุชู‚ุฑูŠุฑ (ูˆู‡ู…ูŠ)
955
  st.download_button(
956
  label="ุชู†ุฒูŠู„ ุงู„ุชู‚ุฑูŠุฑ",
957
+ data="ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ู„ุชู‚ุฑูŠุฑ",
958
  file_name=f"{selected_report}.{report_format.lower()}",
959
  mime="application/octet-stream",
960
  key="download_price_report"