wasmdashai commited on
Commit
3fa1cb4
·
verified ·
1 Parent(s): d8082fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks() as demo: # Use gr.Blocks to wrap the entire interface
346
  # إضافة CSS لجعل التبويبات RTL
347
  gr.HTML("""
348
  <style>
349
- .gradio-tabs {
350
  direction: rtl;
351
  }
352
  </style>
 
346
  # إضافة CSS لجعل التبويبات RTL
347
  gr.HTML("""
348
  <style>
349
+ .gradio-tabs,body,div{
350
  direction: rtl;
351
  }
352
  </style>