erogol commited on
Commit
8d707c1
1 Parent(s): 92d8b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -592,12 +592,15 @@ examples = [
592
 
593
  with gr.Blocks(analytics_enabled=False) as demo:
594
  with gr.Row():
595
- with gr.Column(width=2):
596
  gr.Markdown(
597
  """
598
  ## <img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/coqui-log-green-TTS.png" height="56"/>
599
  """
600
  )
 
 
 
601
 
602
  with gr.Row():
603
  with gr.Column():
 
592
 
593
  with gr.Blocks(analytics_enabled=False) as demo:
594
  with gr.Row():
595
+ with gr.Column():
596
  gr.Markdown(
597
  """
598
  ## <img src="https://raw.githubusercontent.com/coqui-ai/TTS/main/images/coqui-log-green-TTS.png" height="56"/>
599
  """
600
  )
601
+ with gr.Column():
602
+ # placeholder to align the image
603
+ pass
604
 
605
  with gr.Row():
606
  with gr.Column():