kadirnar commited on
Commit
e99875e
1 Parent(s): 815cd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -96,13 +96,13 @@ examples = [["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"]
96
 
97
  app = gr.Blocks()
98
  with app:
99
- gr.Markdown("# **<p align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining</p>**")
100
  gr.Markdown(
101
  """
102
- <p style='text-align: center'>
103
  Follow me for more!
104
- <br> <a href='https://twitter.com/kadirnar_ai' target='_blank'>twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>linkedin</a> |
105
- </p>
106
  """
107
  )
108
  with gr.Row():
 
96
 
97
  app = gr.Blocks()
98
  with app:
99
+ gr.Markdown("# **<h4 align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining<h4>**")
100
  gr.Markdown(
101
  """
102
+ <h5 style='text-align: center'>
103
  Follow me for more!
104
+ <a href='https://twitter.com/kadirnar_ai' target='_blank'>twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>linkedin</a> |
105
+ </h5>
106
  """
107
  )
108
  with gr.Row():