Spaces:
Running
on
Zero
Running
on
Zero
del survey
Browse files
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=
|
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():
|