EGYADMIN commited on
Commit
2fa0345
·
verified ·
1 Parent(s): 50b4605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -20,6 +20,11 @@ st.set_page_config(
20
  initial_sidebar_state="expanded"
21
  )
22
 
 
 
 
 
 
23
  # إضافة CSS المخصص
24
  st.markdown("""
25
  <style>
 
20
  initial_sidebar_state="expanded"
21
  )
22
 
23
+ # استيراد ملف CSS للإصلاحات RTL
24
+ with open("static/css/rtl-fixes.css", "r") as f:
25
+ rtl_css = f.read()
26
+ st.markdown(f"<style>{rtl_css}</style>", unsafe_allow_html=True)
27
+
28
  # إضافة CSS المخصص
29
  st.markdown("""
30
  <style>