Nymbo commited on
Commit
23a2722
·
verified ·
1 Parent(s): d21e7c3

Clarifying variables/secrets distinction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -818,7 +818,7 @@ CSS_STYLES = """
818
  }
819
  .gradio-container h1::after {
820
  grid-row: 3;
821
- content: "Authentication is optional but Image/Video Generation require a `HF_READ_TOKEN` in env variables. They are hidden otherwise.";
822
  display: block;
823
  font-size: 1rem;
824
  font-weight: 400;
 
818
  }
819
  .gradio-container h1::after {
820
  grid-row: 3;
821
+ content: "Authentication is optional but Image/Video Generation require a `HF_READ_TOKEN` in env secrets. They are hidden otherwise.";
822
  display: block;
823
  font-size: 1rem;
824
  font-weight: 400;