Verathagnus commited on
Commit
43bf080
·
verified ·
1 Parent(s): 19997a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ School of Computer Science, UPES, Dehradun, India
314
  ## Click on that tab
315
  js = f"""
316
  <script>
317
- var tab = window.parent.document.getElementById('tabs-bui2-tab-{index_tab}');
318
  tab.click();
319
  </script>
320
  """
 
314
  ## Click on that tab
315
  js = f"""
316
  <script>
317
+ var tab = window.parent.document.getElementById('tabs-bui1-tab-{index_tab}');
318
  tab.click();
319
  </script>
320
  """