RaviRaj988 commited on
Commit
be09e8d
1 Parent(s): 9e61276

markdown error fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def set_example_question(sample_question):
118
  demo = gr.Blocks()
119
 
120
  with demo:
121
- gr.Markdown("<h1><center>Have you ever watched a lengthy video or podcast on YouTube and thought it would have been so much better if there had been "explanatory" timestamps?</center></h1>")
122
  gr.Markdown(
123
  """### How many times have you seen a long video/podcast on Youtube and wondered only if there would have been 'explanatory' timestamps it would have been so much better..
124
 
 
118
  demo = gr.Blocks()
119
 
120
  with demo:
121
+ gr.Markdown("<h1><center>Have you ever watched a lengthy video or podcast on YouTube and thought it would have been so much better if there had been 'explanatory' timestamps?</center></h1>")
122
  gr.Markdown(
123
  """### How many times have you seen a long video/podcast on Youtube and wondered only if there would have been 'explanatory' timestamps it would have been so much better..
124