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

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
@@ -729,7 +729,7 @@ class PricingApp:
729
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ู…ู„ู ุงู„ู…ุตุฏุฑ (ูˆู‡ู…ูŠ)
730
  st.download_button(
731
  label="ุชู†ุฒูŠู„ ุฌุฏูˆู„ ุงู„ูƒู…ูŠุงุช",
732
- data=b"ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ุฌุฏูˆู„ ุงู„ูƒู…ูŠุงุช",
733
  file_name=f"{export_boq}.{export_format.lower()}",
734
  mime="application/octet-stream",
735
  key="download_boq"
 
729
  # ุฒุฑ ุชู†ุฒูŠู„ ุงู„ู…ู„ู ุงู„ู…ุตุฏุฑ (ูˆู‡ู…ูŠ)
730
  st.download_button(
731
  label="ุชู†ุฒูŠู„ ุฌุฏูˆู„ ุงู„ูƒู…ูŠุงุช",
732
+ data="ู…ุญุชูˆู‰ ูˆู‡ู…ูŠ ู„ุฌุฏูˆู„ ุงู„ูƒู…ูŠุงุช",
733
  file_name=f"{export_boq}.{export_format.lower()}",
734
  mime="application/octet-stream",
735
  key="download_boq"