Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
2b99ec2
1
Parent(s):
f0f4fae
feat: Update
Browse filesadventure_description and adventure in
app.py
app.py
CHANGED
@@ -81,11 +81,10 @@ with gr.Blocks(theme=seafoam, css=get_content("css/style.css")) as demo:
|
|
81 |
)
|
82 |
|
83 |
with gr.Column(scale=1):
|
84 |
-
|
85 |
-
adventure_description = gr.Markdown(
|
86 |
"# 冒險階段", elem_id="adventure_description"
|
87 |
)
|
88 |
-
|
89 |
value=0,
|
90 |
show_label=False,
|
91 |
interactive=False,
|
|
|
81 |
)
|
82 |
|
83 |
with gr.Column(scale=1):
|
84 |
+
adventure_description = gr.Markdown(
|
|
|
85 |
"# 冒險階段", elem_id="adventure_description"
|
86 |
)
|
87 |
+
adventure = gr.Slider(
|
88 |
value=0,
|
89 |
show_label=False,
|
90 |
interactive=False,
|