Molbap HF Staff commited on
Commit
5163a1c
Β·
verified Β·
1 Parent(s): 2c2f9f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -81,8 +81,7 @@ CUSTOM_CSS = """
81
  TAB_INDEX = {"timeline": 0, "loc": 1, "graph": 2}
82
 
83
  with gr.Blocks(css=CUSTOM_CSS) as demo:
84
- gr.Markdown("## πŸ” Modular-candidate explorer for πŸ€— Transformers")
85
-
86
  # capture the Tabs as a component so we can control selection
87
  with gr.Tabs() as tabs:
88
  with gr.Tab("Chronological Timeline", id="timeline"):
 
81
  TAB_INDEX = {"timeline": 0, "loc": 1, "graph": 2}
82
 
83
  with gr.Blocks(css=CUSTOM_CSS) as demo:
84
+ header = gr.Markdown("## πŸ” Modular-candidate explorer for πŸ€— Transformers")
 
85
  # capture the Tabs as a component so we can control selection
86
  with gr.Tabs() as tabs:
87
  with gr.Tab("Chronological Timeline", id="timeline"):