Spaces:
Running
Running
text change
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ def sql_generate(prompt, input_prompt_sql ):
|
|
49 |
demo = gr.Blocks()
|
50 |
|
51 |
with demo:
|
52 |
-
gr.Markdown("<h1><center>
|
53 |
gr.Markdown(
|
54 |
-
"""
|
55 |
)
|
56 |
with gr.Row():
|
57 |
|
|
|
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\nThis Space is created by [Samim](https://samim.io) for research and fun"""
|
55 |
)
|
56 |
with gr.Row():
|
57 |
|