Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)
|
|
| 55 |
with gr.Row():
|
| 56 |
input = gr.Textbox(
|
| 57 |
label="質問",
|
| 58 |
-
placeholder="ここに質問を入力(ex
|
| 59 |
lines=3,
|
| 60 |
)
|
| 61 |
with gr.Row():
|
|
|
|
| 55 |
with gr.Row():
|
| 56 |
input = gr.Textbox(
|
| 57 |
label="質問",
|
| 58 |
+
placeholder="ここに質問を入力(ex:カードを指定して破壊する能力でクリーチャーの下にあるカードを指定できますか)",
|
| 59 |
lines=3,
|
| 60 |
)
|
| 61 |
with gr.Row():
|