Update app.py
Browse files
app.py
CHANGED
|
@@ -335,7 +335,7 @@ def run_remote_task(
|
|
| 335 |
|
| 336 |
def build_demo() -> gr.Blocks:
|
| 337 |
with gr.Blocks(title="OpAgent Remote Demo") as demo:
|
| 338 |
-
gr.Markdown("# OpAgent Remote Demo\
|
| 339 |
|
| 340 |
# with gr.Row():
|
| 341 |
# api_base_url = gr.Textbox(label="ECS API Base URL", value=DEFAULT_API_BASE_URL)
|
|
|
|
| 335 |
|
| 336 |
def build_demo() -> gr.Blocks:
|
| 337 |
with gr.Blocks(title="OpAgent Remote Demo") as demo:
|
| 338 |
+
gr.Markdown("# OpAgent Remote Demo\nHuggingface frontend for remote execution on ECS.")
|
| 339 |
|
| 340 |
# with gr.Row():
|
| 341 |
# api_base_url = gr.Textbox(label="ECS API Base URL", value=DEFAULT_API_BASE_URL)
|