Gladiator commited on
Commit
4f5be34
1 Parent(s): efe6085

add line break

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -102,6 +102,7 @@ with gr.Blocks() as demo:
102
  gr.Markdown(
103
  "#### Then ask a question about the podcast episode and click `Get Answer` to get the answer."
104
  )
 
105
 
106
  with gr.Row():
107
  with gr.Column(scale=0.5):
 
102
  gr.Markdown(
103
  "#### Then ask a question about the podcast episode and click `Get Answer` to get the answer."
104
  )
105
+ gr.Markdown("<br>")
106
 
107
  with gr.Row():
108
  with gr.Column(scale=0.5):