Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,13 @@ CSS ="""
|
|
| 37 |
#with gr.Blocks() as demo:
|
| 38 |
with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)) as demo:
|
| 39 |
with gr.Row():
|
| 40 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
with gr.Row():
|
| 42 |
output = gr.TextArea(
|
| 43 |
elem_id="検索結果",
|
|
|
|
| 37 |
#with gr.Blocks() as demo:
|
| 38 |
with gr.Blocks(theme=gr.themes.Monochrome(radius_size=gr.themes.sizes.radius_sm)) as demo:
|
| 39 |
with gr.Row():
|
| 40 |
+
with gr.Column():
|
| 41 |
+
gr.Markdown(f"""
|
| 42 |
+
## ・非公式サイトです
|
| 43 |
+
## ・デモでしかないので速度・精度・動作は保証しないし新しい裁定にも対応しません。突然消す可能性もあり。
|
| 44 |
+
""")
|
| 45 |
+
with gr.Row():
|
| 46 |
+
gr.Markdown("# デュエマ裁定検索(非公式)")
|
| 47 |
with gr.Row():
|
| 48 |
output = gr.TextArea(
|
| 49 |
elem_id="検索結果",
|