Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Labels
Browse files
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 |
|