Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 74 |
-
code_link = gr.Textbox(label="Space Code URL (
|
| 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 |
|