martynka commited on
Commit
b347769
·
verified ·
1 Parent(s): c1039cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,7 +64,7 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
64
  # Gradio UI
65
  with gr.Blocks(theme='NoCrypt/miku') as app:
66
  gr.Markdown("<hr style='color: red;'>")
67
- gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Tasia API on Marty Space ♥</h1></center>")
68
  gr.Markdown("<hr style='color: red;'>")
69
  with gr.Row():
70
  prompt_input = gr.Textbox(label="Enter a prompt:", placeholder="A futuristic spaceship...")
@@ -81,6 +81,6 @@ with gr.Blocks(theme='NoCrypt/miku') as app:
81
  outputs=[image_output, url_output]
82
  )
83
  gr.Markdown("<hr style='color: red;'>")
84
- gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Made by Tasia with Heart ♥</h1></center>")
85
  gr.Markdown("<hr style='color: red;'>")
86
  app.launch(server_port=7860)
 
64
  # Gradio UI
65
  with gr.Blocks(theme='NoCrypt/miku') as app:
66
  gr.Markdown("<hr style='color: red;'>")
67
+ gr.Markdown("<div style='display: flex; justify-content: center; width: 100%;'><h1 style='color: red;'> ♥ Tasia API on Marty Space ♥</h1></div>")
68
  gr.Markdown("<hr style='color: red;'>")
69
  with gr.Row():
70
  prompt_input = gr.Textbox(label="Enter a prompt:", placeholder="A futuristic spaceship...")
 
81
  outputs=[image_output, url_output]
82
  )
83
  gr.Markdown("<hr style='color: red;'>")
84
+ gr.Markdown("<div style='display: flex; justify-content: center; width: 100%;'><h1 style='color: red;'> ♥ Made by Tasia with Heart ♥</h1></div>")
85
  gr.Markdown("<hr style='color: red;'>")
86
  app.launch(server_port=7860)