Spaces:
Running
on
Zero
Running
on
Zero
I forgot it
Browse files
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="説明文章",
|