lysandre HF staff commited on
Commit
58a697f
1 Parent(s): 83d67af
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ with gr.Blocks(title="Submit your assignment!") as demo:
39
  gr.Markdown(description)
40
 
41
  with gr.Column():
42
- source = gr.Textbox(placeholder="Source repository (e.g. lysandre/submission)")
43
- token = gr.Textbox(placeholder="Read access token")
44
  with gr.Row():
45
  button = gr.Button("Submit", variant="primary")
46
 
 
39
  gr.Markdown(description)
40
 
41
  with gr.Column():
42
+ source = gr.Textbox(label='Source repository', placeholder="Source repository (e.g. lysandre/submission)")
43
+ token = gr.Textbox(label='Read token', placeholder="Read access token")
44
  with gr.Row():
45
  button = gr.Button("Submit", variant="primary")
46