FD900 commited on
Commit
f49810e
·
verified ·
1 Parent(s): d590e2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
71
 
72
  with gr.Row():
73
  username = gr.Textbox(label="FD900")
74
- code_link = gr.Textbox(label="Space Code URL ()")
75
 
76
  status = gr.Textbox(label="Status", lines=4)
77
 
 
71
 
72
  with gr.Row():
73
  username = gr.Textbox(label="FD900")
74
+ code_link = gr.Textbox(label="Space Code URL (https://huggingface.co/spaces/FD900/Final_Assignment_Template/tree/main)")
75
 
76
  status = gr.Textbox(label="Status", lines=4)
77