Moibe commited on
Commit
1c92e40
·
1 Parent(s): 37cc54c

Fix markdown

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