samim commited on
Commit
eb2c646
1 Parent(s): 2afe9c9

text adjust

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def sql_generate(prompt, input_prompt_sql ):
49
  demo = gr.Blocks()
50
 
51
  with demo:
52
- gr.Markdown("<h1><center>Bloom Explorer</center></h1>")
53
  gr.Markdown(
54
  """Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. \n This Space is created by [Samim](https://samim.io) for research and fun"""
55
  )
 
49
  demo = gr.Blocks()
50
 
51
  with demo:
52
+ gr.Markdown("<h1>Bloom Explorer</h1>")
53
  gr.Markdown(
54
  """Exploration of the capabilities of the [BigScienceW Bloom](https://twitter.com/BigscienceW) large language model. \n This Space is created by [Samim](https://samim.io) for research and fun"""
55
  )