Commit
·
97e37df
1
Parent(s):
7a1d097
Show a tip for Hugging Face Spaces token
Browse files
app.py
CHANGED
@@ -90,7 +90,10 @@ with gr.Blocks(theme=theme) as iface:
|
|
90 |
value=os.environ.get("GSK_API_KEY"),
|
91 |
placeholder="gsk-xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
92 |
)
|
93 |
-
hf_token_input = gr.Textbox(
|
|
|
|
|
|
|
94 |
|
95 |
output = gr.Textbox(label="Status")
|
96 |
with gr.Row():
|
|
|
90 |
value=os.environ.get("GSK_API_KEY"),
|
91 |
placeholder="gsk-xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
92 |
)
|
93 |
+
hf_token_input = gr.Textbox(
|
94 |
+
label="Hugging Face Spaces Token",
|
95 |
+
info="if using a private Giskard Hub on Hugging Face Spaces",
|
96 |
+
)
|
97 |
|
98 |
output = gr.Textbox(label="Status")
|
99 |
with gr.Row():
|