martynka commited on
Commit
05115bb
·
verified ·
1 Parent(s): 179bebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -13
app.py CHANGED
@@ -65,17 +65,9 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
65
  with gr.Blocks(theme='NoCrypt/miku') as app:
66
  gr.HTML(
67
  """
68
- <style>
69
- .centered-title {
70
- text-align: center;
71
- color: red;
72
- font-size: 24px;
73
- font-weight: bold;
74
- }
75
- </style>
76
- <hr style='color: red;'>
77
- <h1 class='centered-title'>♥ Tasia API on Marty Space ♥</h1>
78
- <hr style='color: red;'>
79
  """
80
  )
81
 
@@ -97,9 +89,9 @@ with gr.Blocks(theme='NoCrypt/miku') as app:
97
  # Footer
98
  gr.HTML(
99
  """
100
- <hr style='color: red;'>
101
  <h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Made by Tasia with ♥</h1>
102
- <hr style='color: red;'>
103
  """
104
  )
105
 
 
65
  with gr.Blocks(theme='NoCrypt/miku') as app:
66
  gr.HTML(
67
  """
68
+
69
+ <h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Tasia API on Marty Space ♥</h1>
70
+
 
 
 
 
 
 
 
 
71
  """
72
  )
73
 
 
89
  # Footer
90
  gr.HTML(
91
  """
92
+
93
  <h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Made by Tasia with ♥</h1>
94
+
95
  """
96
  )
97