Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1324,11 +1324,12 @@ def random_likert_questions():
|
|
| 1324 |
<div class="guide-text" style="
|
| 1325 |
display: flex;
|
| 1326 |
flex-direction: column;
|
| 1327 |
-
align-items: center;
|
| 1328 |
background-color: #f0f2f6;
|
| 1329 |
border-radius: 10px;
|
| 1330 |
padding: 15px;
|
| 1331 |
gap: 10px;
|
|
|
|
|
|
|
| 1332 |
">
|
| 1333 |
{}
|
| 1334 |
</div>
|
|
|
|
| 1324 |
<div class="guide-text" style="
|
| 1325 |
display: flex;
|
| 1326 |
flex-direction: column;
|
|
|
|
| 1327 |
background-color: #f0f2f6;
|
| 1328 |
border-radius: 10px;
|
| 1329 |
padding: 15px;
|
| 1330 |
gap: 10px;
|
| 1331 |
+
direction: rtl;
|
| 1332 |
+
text-align: justify;
|
| 1333 |
">
|
| 1334 |
{}
|
| 1335 |
</div>
|