Spaces:
Paused
Paused
File size: 226 Bytes
1a2f879 |
1 2 3 4 5 6 7 |
# ملف تحليل التكاليف
import streamlit as st
def show_cost_estimation():
st.title("تحليل التكاليف")
st.write("هذه الصفحة مخصصة لتحليل تكاليف المناقصات.")
|