davanstrien HF Staff commited on
Commit
17b58fd
·
1 Parent(s): 85fb714

add explanation text

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -70,6 +70,9 @@ with gr.Blocks() as demo:
70
  with gr.Row():
71
  gr.Markdown("## Label Studio details")
72
  with gr.Row():
 
 
 
73
  API_KEY = gr.Textbox(
74
  type="password",
75
  label="Label Studio API Key",
@@ -92,6 +95,9 @@ with gr.Blocks() as demo:
92
  gr.Markdown(
93
  """Enter a Hub API key with write access and the name you would like to use for your dataset"""
94
  )
 
 
 
95
  HUB_API_KEY = gr.Textbox(
96
  type="password",
97
  label="Hub API Key",
 
70
  with gr.Row():
71
  gr.Markdown("## Label Studio details")
72
  with gr.Row():
73
+ gr.Markdown(
74
+ "Enter your Label Studio API key, you can find this under settings."
75
+ )
76
  API_KEY = gr.Textbox(
77
  type="password",
78
  label="Label Studio API Key",
 
95
  gr.Markdown(
96
  """Enter a Hub API key with write access and the name you would like to use for your dataset"""
97
  )
98
+ gr.Markdown(
99
+ "Add a Hub API token with write access. You can find these [here](https://huggingface.co/settings/tokens)"
100
+ )
101
  HUB_API_KEY = gr.Textbox(
102
  type="password",
103
  label="Hub API Key",