Update app.py
Browse files
app.py
CHANGED
|
@@ -78,6 +78,6 @@ with gr.Blocks() as demo:
|
|
| 78 |
# Live preview update
|
| 79 |
text_input.change(preview_text, inputs=text_input, outputs=markdown_preview)
|
| 80 |
|
| 81 |
-
demo.load(preview_text, inputs=[
|
| 82 |
|
| 83 |
demo.launch()
|
|
|
|
| 78 |
# Live preview update
|
| 79 |
text_input.change(preview_text, inputs=text_input, outputs=markdown_preview)
|
| 80 |
|
| 81 |
+
demo.load(preview_text, inputs=[default_md], outputs=markdown_preview)
|
| 82 |
|
| 83 |
demo.launch()
|