habulaj commited on
Commit
0c0b5eb
β€’
1 Parent(s): 410c0a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -221,12 +221,13 @@ theme = gr.themes.Monochrome(
221
 
222
  with gr.Blocks(theme=theme, css="style.css") as demo:
223
  gr.HTML()
224
- gr.Markdown("""# Squaad AI <img src"https://em-content.zobj.net/source/apple/391/mage_1f9d9.png">
225
  ### Run Stable Diffusion for free, in seconds
226
  <small>Squaad AI was a free Artificial Intelligence website that brought together the best of the AI world in one place. Unfortunately, it had to cease operations after facing compatibility issues. This space is intended to make its legacy available as open source and allow anyone to run SD in a simple and free way.</small>
227
 
228
  <div style="display: flex; align-items: center;">
229
  <a target="_blank" href="https://discord.gg/CqXVwGDqFC"><img src="https://img.shields.io/badge/discord-join%20now-blue.svg?logo=discord" alt="discord.gg/CqXVwGDqFC"></a>
 
230
  </div>""", elem_id="main_title")
231
 
232
  with gr.Tab("Txt2Img"):
 
221
 
222
  with gr.Blocks(theme=theme, css="style.css") as demo:
223
  gr.HTML()
224
+ gr.Markdown("""# Squaad AI πŸ§™
225
  ### Run Stable Diffusion for free, in seconds
226
  <small>Squaad AI was a free Artificial Intelligence website that brought together the best of the AI world in one place. Unfortunately, it had to cease operations after facing compatibility issues. This space is intended to make its legacy available as open source and allow anyone to run SD in a simple and free way.</small>
227
 
228
  <div style="display: flex; align-items: center;">
229
  <a target="_blank" href="https://discord.gg/CqXVwGDqFC"><img src="https://img.shields.io/badge/discord-join%20now-blue.svg?logo=discord" alt="discord.gg/CqXVwGDqFC"></a>
230
+ <script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="squaadai" data-color="#FFDD00" data-emoji="β˜•" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script>
231
  </div>""", elem_id="main_title")
232
 
233
  with gr.Tab("Txt2Img"):