Spaces:
Sleeping
Sleeping
Variable en Markdown
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def cambio():
|
|
104 |
|
105 |
with gr.Blocks(css="footer {visibility: hidden}") as main:
|
106 |
|
107 |
-
|
108 |
|
109 |
with gr.Row():
|
110 |
|
@@ -112,7 +112,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as main:
|
|
112 |
nueva_label = gr.Label("Credits")
|
113 |
mrk_title = gr.Markdown(
|
114 |
"""
|
115 |
-
# Hello World!
|
116 |
Start typing below to see the output.
|
117 |
""")
|
118 |
|
|
|
104 |
|
105 |
with gr.Blocks(css="footer {visibility: hidden}") as main:
|
106 |
|
107 |
+
variable = "CUADRADO"
|
108 |
|
109 |
with gr.Row():
|
110 |
|
|
|
112 |
nueva_label = gr.Label("Credits")
|
113 |
mrk_title = gr.Markdown(
|
114 |
"""
|
115 |
+
# Hello World! {variable}
|
116 |
Start typing below to see the output.
|
117 |
""")
|
118 |
|