Yannael_LB commited on
Commit
1c77c4b
·
1 Parent(s): ea1af87
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks() as app:
113
 
114
  gr.Markdown("## Get chapters")
115
 
 
116
  gv_chapters = gr.State()
117
  get_chapters_button = gr.Button("Get chapters")
118
  output_chapters = gr.Textbox(label = "Chapters (JSON format)")
 
113
 
114
  gr.Markdown("## Get chapters")
115
 
116
+
117
  gv_chapters = gr.State()
118
  get_chapters_button = gr.Button("Get chapters")
119
  output_chapters = gr.Textbox(label = "Chapters (JSON format)")