Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -192,6 +192,12 @@ with gr.Blocks() as demo:
|
|
192 |
with gr.Column():
|
193 |
gr.Markdown(" ")
|
194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
demo.queue().launch()
|
196 |
|
197 |
|
|
|
192 |
with gr.Column():
|
193 |
gr.Markdown(" ")
|
194 |
|
195 |
+
with gr.Row():
|
196 |
+
with gr.Column():
|
197 |
+
gr.Markdown("""# Hola
|
198 |
+

|
199 |
+
""")
|
200 |
+
|
201 |
demo.queue().launch()
|
202 |
|
203 |
|