Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
120 |
output = gr.TextArea(
|
121 |
elem_id="search-result",
|
122 |
label="検索結果",
|
123 |
-
text_size="lg",
|
124 |
)
|
125 |
with gr.Row():
|
126 |
input = gr.Textbox(
|
@@ -128,7 +127,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
128 |
label="質問",
|
129 |
placeholder="カードを指定して破壊する能力でクリーチャーの下にあるカードを指定できますか",
|
130 |
lines=3,
|
131 |
-
text_size="lg",
|
132 |
)
|
133 |
with gr.Row():
|
134 |
submit = gr.Button(value="検索", variant="secondary", elem_id="full-width-button")
|
|
|
120 |
output = gr.TextArea(
|
121 |
elem_id="search-result",
|
122 |
label="検索結果",
|
|
|
123 |
)
|
124 |
with gr.Row():
|
125 |
input = gr.Textbox(
|
|
|
127 |
label="質問",
|
128 |
placeholder="カードを指定して破壊する能力でクリーチャーの下にあるカードを指定できますか",
|
129 |
lines=3,
|
|
|
130 |
)
|
131 |
with gr.Row():
|
132 |
submit = gr.Button(value="検索", variant="secondary", elem_id="full-width-button")
|