keshan commited on
Commit
4fc8074
1 Parent(s): dd28c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 class="text-white-400">{Sinhala_sentence}</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