Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EGYADMIN
/
WAHBi-AI-V2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd931f3
WAHBi-AI-V2
/
web
/
pages
/
cost_estimation.py
EGYADMIN
Create cost_estimation.py
1a2f879
verified
2 months ago
raw
Copy download link
history
blame
Safe
226 Bytes
# ملف تحليل التكاليف
import
streamlit
as
st
def
show_cost_estimation
():
st.title(
"تحليل التكاليف"
)
st.write(
"هذه الصفحة مخصصة لتحليل تكاليف المناقصات."
)