Manasa1 commited on
Commit
8b9e285
·
verified ·
1 Parent(s): ff4a94f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ avatar_html = """
29
  """
30
 
31
  # Add the HTML component to the interface
32
- iface.get_component(gr.HTML(avatar_html))
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)