Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -645,7 +645,7 @@ def create_quiz_interface():
|
|
645 |
[],
|
646 |
0,
|
647 |
[None] * 5,
|
648 |
-
gr.
|
649 |
gr.update(visible=False),
|
650 |
gr.update(visible=False)
|
651 |
]
|
|
|
645 |
[],
|
646 |
0,
|
647 |
[None] * 5,
|
648 |
+
gr.Tabs(selected=tab_index),
|
649 |
gr.update(visible=False),
|
650 |
gr.update(visible=False)
|
651 |
]
|