Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)
|
|
39 |
with gr.Row():
|
40 |
with gr.Column():
|
41 |
gr.Markdown(f"""
|
42 |
-
|
43 |
-
|
44 |
""")
|
45 |
with gr.Row():
|
46 |
gr.Markdown("# デュエマ裁定検索(非公式)")
|
@@ -52,7 +52,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)
|
|
52 |
with gr.Row():
|
53 |
input = gr.Textbox(
|
54 |
label="質問",
|
55 |
-
placeholder="
|
56 |
lines=3,
|
57 |
)
|
58 |
with gr.Row():
|
|
|
39 |
with gr.Row():
|
40 |
with gr.Column():
|
41 |
gr.Markdown(f"""
|
42 |
+
### ・非公式サイトです
|
43 |
+
### ・デモでしかないので速度・精度・動作は保証しないし新しい裁定にも対応しません。突然消す可能性もあり。
|
44 |
""")
|
45 |
with gr.Row():
|
46 |
gr.Markdown("# デュエマ裁定検索(非公式)")
|
|
|
52 |
with gr.Row():
|
53 |
input = gr.Textbox(
|
54 |
label="質問",
|
55 |
+
placeholder="ここに質問を入力(ex:芸魔龍王アメイジンの出た時の効果は、後から出たクリーチャーも影響しますか)",
|
56 |
lines=3,
|
57 |
)
|
58 |
with gr.Row():
|