Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ avatar_html = """
|
|
29 |
"""
|
30 |
|
31 |
# Add the HTML component to the interface
|
32 |
-
iface.
|
33 |
|
34 |
# Launch the Gradio interface
|
35 |
iface.launch(share=True)
|
|
|
29 |
"""
|
30 |
|
31 |
# Add the HTML component to the interface
|
32 |
+
iface.add_component(gr.HTML(avatar_html))
|
33 |
|
34 |
# Launch the Gradio interface
|
35 |
iface.launch(share=True)
|