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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks() as demo:
70
  gr.Markdown("# GAIA Level 1 Agent")
71
 
72
  with gr.Row():
73
- username = gr.Textbox(label="Hugging Face Username")
74
- code_link = gr.Textbox(label="Space Code URL (/tree/main)")
75
 
76
  status = gr.Textbox(label="Status", lines=4)
77
 
 
70
  gr.Markdown("# GAIA Level 1 Agent")
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