RASMUS commited on
Commit
a4a369f
1 Parent(s): bc6901b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -448,8 +448,7 @@ with demo:
448
 
449
  with gr.Row():
450
  with gr.Column():
451
- gr.Markdown('''
452
- ##### From here you can download the srt-file ''')
453
  text_file.render()
454
 
455
 
 
448
 
449
  with gr.Row():
450
  with gr.Column():
451
+ gr.Markdown('''##### From here you can download the srt-file ''')
 
452
  text_file.render()
453
 
454