multimodalart HF Staff commited on
Commit
3cd9244
·
verified ·
1 Parent(s): 056337e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def run_multi_image_logic(prompt: str, images: List[str]) -> str:
55
 
56
  # --- Gradio App UI ---
57
  with gr.Blocks(theme=gr.themes.Citrus()) as demo:
58
- gr.HTML("<h1 style='text-align:center'>Nano Banana for PROs</h1>")
59
  gr.Markdown("Hugging Face PRO users can use Google's Nano Banana (Gemini 2.5 Flash Image Preview) on this Space. [Subscribe to PRO](https://huggingface.co/pro)")
60
 
61
  login_button = gr.LoginButton()
 
55
 
56
  # --- Gradio App UI ---
57
  with gr.Blocks(theme=gr.themes.Citrus()) as demo:
58
+ gr.HTML("<img src='https://huggingface.co/spaces/multimodalart/nano-banana/resolve/main/nano_banana_pros.png' style='display: block; margin: 0 auto' />")
59
  gr.Markdown("Hugging Face PRO users can use Google's Nano Banana (Gemini 2.5 Flash Image Preview) on this Space. [Subscribe to PRO](https://huggingface.co/pro)")
60
 
61
  login_button = gr.LoginButton()