Spaces:
Runtime error
Runtime error
File size: 194 Bytes
215f78b |
1 2 3 4 5 6 7 8 |
import gradio as gr
def agent_dashboard():
with gr.Blocks() as dashboard:
gr.Markdown("# Agent Dashboard")
# Placeholder for agent dashboard components
return dashboard
|