yzabc007 commited on
Commit
e91235d
·
1 Parent(s): bac050f

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -431,14 +431,14 @@ with demo:
431
  )
432
  )
433
 
434
- with gr.TabItem("⚛️ Physics", elem_id="physics_subtab", id=1, elem_classes="subtab"):
435
  CURRENT_TEXT = """
436
  # Coming soon!
437
  """
438
  gr.Markdown(CURRENT_TEXT, elem_classes="markdown-text")
439
 
440
 
441
- with gr.TabItem("🧬 Biology", elem_id="biology_subtab", id=2, elem_classes="subtab"):
442
  CURRENT_TEXT = """
443
  # Coming soon!
444
  """
 
431
  )
432
  )
433
 
434
+ with gr.TabItem("⚛️ Physics", elem_id="physics_subtab", id=2, elem_classes="subtab"):
435
  CURRENT_TEXT = """
436
  # Coming soon!
437
  """
438
  gr.Markdown(CURRENT_TEXT, elem_classes="markdown-text")
439
 
440
 
441
+ with gr.TabItem("🧬 Biology", elem_id="biology_subtab", id=3, elem_classes="subtab"):
442
  CURRENT_TEXT = """
443
  # Coming soon!
444
  """