ChenyuRabbitLove commited on
Commit
2b99ec2
1 Parent(s): f0f4fae

feat: Update

Browse files

adventure_description and adventure in
app.py

Files changed (1) hide show
  1. app.py +2 -3
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
- with gr.Column(elem_id="adventure_container"):
85
- adventure_description = gr.Markdown(
86
  "# 冒險階段", elem_id="adventure_description"
87
  )
88
- adventure = gr.Slider(
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,