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

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-bui1-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('{index_tab}');
318
  tab.click();
319
  </script>
320
  """