Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|