habulaj commited on
Commit
3ab9228
1 Parent(s): 2bd7013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -225,12 +225,11 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
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
- """<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>""")
233
-
234
  with gr.Tab("Txt2Img"):
235
  # Adicione o conteúdo do tab Txt2Img aqui
236
  pass
 
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; flex-direction: column;">
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"):
234
  # Adicione o conteúdo do tab Txt2Img aqui
235
  pass