Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1289,7 +1289,6 @@ with gr.Blocks() as interface:
|
|
1289 |
choices=[], # Empty initially
|
1290 |
label="Select Subtopic",
|
1291 |
info="Choose a specific topic within the subject",
|
1292 |
-
visible=False # Hidden initially
|
1293 |
)
|
1294 |
|
1295 |
# Connect the update function
|
|
|
1289 |
choices=[], # Empty initially
|
1290 |
label="Select Subtopic",
|
1291 |
info="Choose a specific topic within the subject",
|
|
|
1292 |
)
|
1293 |
|
1294 |
# Connect the update function
|