derek-thomas HF staff commited on
Commit
04f384d
1 Parent(s): 8b26f87

Addign default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
 
63
  with gr.Row():
64
  with gr.Column():
65
- text_input = gr.Textbox(lines=10, placeholder="Write your blog here...", label="Text Editor")
66
  button1 = gr.Button("Insert Image Table", elem_id="button1")
67
  button2 = gr.Button("Insert Tip Format", elem_id="button2")
68
  button3 = gr.Button("Insert Reference", elem_id="button3")
 
62
 
63
  with gr.Row():
64
  with gr.Column():
65
+ text_input = gr.Textbox(value=default_md, lines=10, placeholder="Write your blog here...", label="Text Editor")
66
  button1 = gr.Button("Insert Image Table", elem_id="button1")
67
  button2 = gr.Button("Insert Tip Format", elem_id="button2")
68
  button3 = gr.Button("Insert Reference", elem_id="button3")