Update app.py
Browse files
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"):
|