Moibe commited on
Commit
82e4df8
·
1 Parent(s): 7868db5

Variable en Markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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