ouhenio commited on
Commit
32b57b5
verified
1 Parent(s): d747ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -655,7 +655,7 @@ def create_iframe():
655
 
656
  # Create the Gradio blocks
657
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="pink", secondary_hue="purple")) as demo:
658
- gr.Markdown("# Latin America & Spain Progress Map")
659
 
660
  iframe_output = gr.HTML(create_iframe())
661
 
 
655
 
656
  # Create the Gradio blocks
657
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="pink", secondary_hue="purple")) as demo:
658
+ gr.Markdown("# Mapa anotaci贸n")
659
 
660
  iframe_output = gr.HTML(create_iframe())
661