fahad11182 commited on
Commit
d283e01
1 Parent(s): 3c1268a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,6 +35,7 @@ def change_style():
35
 
36
  # Dictionary to map Arabic to English colors
37
  arabic_to_english_colors = {
 
38
  "أبيض": "White",
39
  "أسود": "Black",
40
  "أزرق": "Blue",
@@ -54,7 +55,7 @@ arabic_to_english_colors = {
54
 
55
  # List of English colors
56
  english_colors = [
57
- "White", "Black", "Blue", "Green", "Red", "Yellow",
58
  "Gray", "Orange", "Purple", "Pink", "Brown",
59
  "Navy", "Coral", "Teal", "Beige"
60
  ]
 
35
 
36
  # Dictionary to map Arabic to English colors
37
  arabic_to_english_colors = {
38
+ "":"",
39
  "أبيض": "White",
40
  "أسود": "Black",
41
  "أزرق": "Blue",
 
55
 
56
  # List of English colors
57
  english_colors = [
58
+ "","White", "Black", "Blue", "Green", "Red", "Yellow",
59
  "Gray", "Orange", "Purple", "Pink", "Brown",
60
  "Navy", "Coral", "Teal", "Beige"
61
  ]