Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)
|
|
74 |
with gr.Row():
|
75 |
input = gr.Textbox(
|
76 |
label="質問",
|
77 |
-
placeholder="
|
78 |
lines=3,
|
79 |
)
|
80 |
with gr.Row():
|
|
|
74 |
with gr.Row():
|
75 |
input = gr.Textbox(
|
76 |
label="質問",
|
77 |
+
placeholder="カードを指定して破壊する能力でクリーチャーの下にあるカードを指定できますか",
|
78 |
lines=3,
|
79 |
)
|
80 |
with gr.Row():
|