med_expert / app.py
Manasa1's picture
Update app.py
6d32efe verified
raw
history blame
143 Bytes
import gradio as gr
# Gradio interface
with gr.Blocks() as app:
gr.HTML(embed_did_agent())
# Launch the Gradio interface
app.launch()