EGYADMIN commited on
Commit
1a2f879
·
verified ·
1 Parent(s): 5bc5d60

Create cost_estimation.py

Browse files
Files changed (1) hide show
  1. web/pages/cost_estimation.py +6 -0
web/pages/cost_estimation.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # ملف تحليل التكاليف
2
+ import streamlit as st
3
+
4
+ def show_cost_estimation():
5
+ st.title("تحليل التكاليف")
6
+ st.write("هذه الصفحة مخصصة لتحليل تكاليف المناقصات.")