litagin commited on
Commit
268101f
1 Parent(s): f8672c1

I forgot it

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ md = """
47
  """
48
 
49
  with gr.Blocks() as app:
 
50
  prompt = gr.Textbox(label="入力文章")
51
  description = gr.Textbox(
52
  label="説明文章",
 
47
  """
48
 
49
  with gr.Blocks() as app:
50
+ gr.Markdown(md)
51
  prompt = gr.Textbox(label="入力文章")
52
  description = gr.Textbox(
53
  label="説明文章",