Spaces:
Sleeping
Sleeping
Fix markdown
Browse files
app.py
CHANGED
@@ -126,10 +126,10 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as mai
|
|
126 |
with gr.Row():
|
127 |
|
128 |
mrk_title = gr.Markdown(
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
gr.Markdown("""##Goodbye""")
|
134 |
nueva_label = gr.Label("Credits")
|
135 |
|
|
|
126 |
with gr.Row():
|
127 |
|
128 |
mrk_title = gr.Markdown(
|
129 |
+
"""
|
130 |
+
# Hello World!
|
131 |
+
Start typing below to see the output.
|
132 |
+
""")
|
133 |
gr.Markdown("""##Goodbye""")
|
134 |
nueva_label = gr.Label("Credits")
|
135 |
|