Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def card_begin_str(Sinhala_sentence):
|
|
| 41 |
"<style>div.card{background-color:#023b1d;border-radius: 5px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);transition: 0.3s;} small{ margin: 5px;}</style>"
|
| 42 |
'<div class="card">'
|
| 43 |
'<div class="container">'
|
| 44 |
-
f'<small
|
| 45 |
)
|
| 46 |
|
| 47 |
|
|
|
|
| 41 |
"<style>div.card{background-color:#023b1d;border-radius: 5px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);transition: 0.3s;} small{ margin: 5px;}</style>"
|
| 42 |
'<div class="card">'
|
| 43 |
'<div class="container">'
|
| 44 |
+
f'<small><font color="white">{Sinhala_sentence}</font></small>'
|
| 45 |
)
|
| 46 |
|
| 47 |
|