yeq6x commited on
Commit
465251b
1 Parent(s): f34a981

del survey

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks() as demo:
209
  """)
210
 
211
  # 訪問回数の選択
212
- with gr.Column() as visit_section:
213
  # 言語選択セクション
214
  with gr.Row():
215
  language_choice = gr.Radio(
@@ -263,7 +263,7 @@ with gr.Blocks() as demo:
263
  )
264
 
265
  # メイン画面セクション
266
- with gr.Column(visible=False) as main_section:
267
  # interface
268
  submit = None
269
  with gr.Row():
 
209
  """)
210
 
211
  # 訪問回数の選択
212
+ with gr.Column(visible=False) as visit_section:
213
  # 言語選択セクション
214
  with gr.Row():
215
  language_choice = gr.Radio(
 
263
  )
264
 
265
  # メイン画面セクション
266
+ with gr.Column(visible=True) as main_section:
267
  # interface
268
  submit = None
269
  with gr.Row():