ZeroCommand commited on
Commit
0c7a648
1 Parent(s): 2029400

change hf token valid wording style

Browse files
Files changed (1) hide show
  1. wordings.py +2 -2
wordings.py CHANGED
@@ -72,9 +72,9 @@ USE_INFERENCE_API_TIP = """
72
  """
73
 
74
  HF_TOKEN_INVALID_STYLED= """
75
- <h3 style="text-align: center;color: #fa5f5f; background-color: #fbe2e2; border-radius: 8px; padding: 10px; ">
76
  Your Hugging Face token is invalid. Please double check your token.
77
- </h3>
78
  """
79
 
80
  def get_styled_input(input):
 
72
  """
73
 
74
  HF_TOKEN_INVALID_STYLED= """
75
+ <p style="text-align: left;color: red; ">
76
  Your Hugging Face token is invalid. Please double check your token.
77
+ </p>
78
  """
79
 
80
  def get_styled_input(input):