samim commited on
Commit
9f0d5d3
1 Parent(s): a0b7fe6

text adjustment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ demo = gr.Blocks()
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\nThis Space is created by [Samim](https://samim.io) for research and fun"""
55
  )
56
  with gr.Row():
57
 
 
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
  )
56
  with gr.Row():
57