davanstrien HF staff commited on
Commit
ec81263
1 Parent(s): 17b58fd

add explanation text

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -73,6 +73,7 @@ with gr.Blocks() as demo:
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",
@@ -93,10 +94,7 @@ with gr.Blocks() as demo:
93
  with gr.Column():
94
  gr.Markdown("## Hub Dataset info")
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",
 
73
  gr.Markdown(
74
  "Enter your Label Studio API key, you can find this under settings."
75
  )
76
+ with gr.Row():
77
  API_KEY = gr.Textbox(
78
  type="password",
79
  label="Label Studio API Key",
 
94
  with gr.Column():
95
  gr.Markdown("## Hub Dataset info")
96
  gr.Markdown(
97
+ """Enter a Hub [API key](https://huggingface.co/settings/tokens) with write access and the name you would like to use for your dataset"""
 
 
 
98
  )
99
  HUB_API_KEY = gr.Textbox(
100
  type="password",