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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -751,7 +751,7 @@ def create_quiz_interface():
751
  0,
752
  "",
753
  gr.update(visible=True),
754
- gr.update(selected=1),
755
  gr.update(visible=False)
756
  ]
757
 
 
751
  0,
752
  "",
753
  gr.update(visible=True),
754
+ gr.Tabs(selected=1),
755
  gr.update(visible=False)
756
  ]
757