capradeepgujaran commited on
Commit
d70343c
·
verified ·
1 Parent(s): e505d76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -645,7 +645,7 @@ def create_quiz_interface():
645
  [],
646
  0,
647
  [None] * 5,
648
- gr.update(selected=tab_index),
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
  ]