hbfreed commited on
Commit
4df5f4c
·
1 Parent(s): b075283

small formatting change

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -94,7 +94,9 @@ demo_files = os.listdir("demo_files/")
94
  demo_files = [os.path.join("demo_files/", file) for file in demo_files if file.endswith(".mp4")]
95
  with gr.Blocks(title="Picklebot") as demo:
96
  with gr.Tab("Picklebot"):
97
- gr.Markdown(value="To load a video, click the random button or choose from the examples. Play the video by clicking anywhere on the video, and watch Picklebot's call!")
 
 
98
  with gr.Row():
99
  with gr.Column(scale=3):
100
  inp = gr.Video(interactive=False, label="Pitch Video")
 
94
  demo_files = [os.path.join("demo_files/", file) for file in demo_files if file.endswith(".mp4")]
95
  with gr.Blocks(title="Picklebot") as demo:
96
  with gr.Tab("Picklebot"):
97
+ gr.Markdown(value="""
98
+ # To load a video, click the random button or choose from the examples.
99
+ # Play the video by clicking anywhere on the video, and watch Picklebot's call!""")
100
  with gr.Row():
101
  with gr.Column(scale=3):
102
  inp = gr.Video(interactive=False, label="Pitch Video")