Spaces:
Sleeping
Sleeping
Create vendors.py
Browse files- web/pages/vendors.py +5 -0
web/pages/vendors.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
def show_vendors():
|
4 |
+
st.title("الموردون والمقاولون")
|
5 |
+
st.write("هذه الصفحة مخصصة لإدارة بيانات الموردين والمقاولين.")
|