multimodalart HF Staff commited on
Commit
1bb0117
·
verified ·
1 Parent(s): 6323c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
87
  with gr.Column(scale=1):
88
  output_image = gr.Image(label="Output", interactive=False)
89
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
90
- gr.Markdown("## Thanks for being a PRO! 🤗")
91
 
92
  login_button = gr.LoginButton()
93
 
 
87
  with gr.Column(scale=1):
88
  output_image = gr.Image(label="Output", interactive=False)
89
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
90
+ gr.Markdown("## Thank you for being a PRO! 🤗")
91
 
92
  login_button = gr.LoginButton()
93