Spaces:
Running
Running
Commit
·
0c7a648
1
Parent(s):
2029400
change hf token valid wording style
Browse files- wordings.py +2 -2
wordings.py
CHANGED
@@ -72,9 +72,9 @@ USE_INFERENCE_API_TIP = """
|
|
72 |
"""
|
73 |
|
74 |
HF_TOKEN_INVALID_STYLED= """
|
75 |
-
<
|
76 |
Your Hugging Face token is invalid. Please double check your token.
|
77 |
-
</
|
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):
|