mfarre HF staff commited on
Commit
0d1d9a1
1 Parent(s): 1f51d82

adding instructions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -793,10 +793,10 @@ with gr.Blocks(css=css, head=js) as iface:
793
  with gr.Row(elem_id="header"):
794
  with gr.Column(scale=1):
795
  gr.Image("logo.png", elem_id="logo", show_label=False, interactive=False)
 
796
  with gr.Column(elem_id="header-content", scale=10):
797
  gr.Markdown("""
798
- # Exploration page
799
-
800
  ## [🔗 Dataset](https://huggingface.co/mfarre/Video-LLaVA-7B-hf-CinePile)
801
  """)
802
  with gr.Row(elem_id="top-panel"):
 
793
  with gr.Row(elem_id="header"):
794
  with gr.Column(scale=1):
795
  gr.Image("logo.png", elem_id="logo", show_label=False, interactive=False)
796
+ gr.Markdown("### Click a title to dive into the data:")
797
  with gr.Column(elem_id="header-content", scale=10):
798
  gr.Markdown("""
799
+ # Exploration page
 
800
  ## [🔗 Dataset](https://huggingface.co/mfarre/Video-LLaVA-7B-hf-CinePile)
801
  """)
802
  with gr.Row(elem_id="top-panel"):