greendra commited on
Commit
fc9e72f
·
verified ·
1 Parent(s): 3c53c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ css = """
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
76
- text-area:focus {
77
  background: #0d1117 !important;
78
  }
79
  """
 
73
  margin-left: auto;
74
  margin-right: auto;
75
  }
76
+ textarea:focus {
77
  background: #0d1117 !important;
78
  }
79
  """