ultimaxxl commited on
Commit
101c7e5
Β·
verified Β·
1 Parent(s): a5d206f

Update app.py

Browse files

Replace markdown function with HTML

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,7 +168,7 @@ MODE_DEFAULTS: dict[str, Mode] = {
168
 
169
 
170
  header = """
171
- # 🌍 ZenCtrl / FLUX
172
  <div align="center" style="line-height: 1;">
173
  <a href="https://github.com/FotographerAI/ZenCtrl/tree/main" target="_blank" style="margin: 2px;" name="github_repo_link"><img src="https://img.shields.io/badge/GitHub-Repo-181717.svg" alt="GitHub Repo" style="display: inline-block; vertical-align: middle;"></a>
174
  <a href="https://huggingface.co/spaces/fotographerai/ZenCtrl" target="_blank" name="huggingface_space_link"><img src="https://img.shields.io/badge/πŸ€—_HuggingFace-Space-ffbd45.svg" alt="HuggingFace Space" style="display: inline-block; vertical-align: middle;"></a>
@@ -182,7 +182,7 @@ defaults = MODE_DEFAULTS["Subject Generation"]
182
 
183
 
184
  with gr.Blocks(title="🌍 ZenCtrl") as demo:
185
- gr.Markdown(header)
186
  gr.Markdown(
187
  """
188
  # ZenCtrl Demo
 
168
 
169
 
170
  header = """
171
+ <h1>🌍 ZenCtrl / FLUX</h1>
172
  <div align="center" style="line-height: 1;">
173
  <a href="https://github.com/FotographerAI/ZenCtrl/tree/main" target="_blank" style="margin: 2px;" name="github_repo_link"><img src="https://img.shields.io/badge/GitHub-Repo-181717.svg" alt="GitHub Repo" style="display: inline-block; vertical-align: middle;"></a>
174
  <a href="https://huggingface.co/spaces/fotographerai/ZenCtrl" target="_blank" name="huggingface_space_link"><img src="https://img.shields.io/badge/πŸ€—_HuggingFace-Space-ffbd45.svg" alt="HuggingFace Space" style="display: inline-block; vertical-align: middle;"></a>
 
182
 
183
 
184
  with gr.Blocks(title="🌍 ZenCtrl") as demo:
185
+ gr.HTML(header)
186
  gr.Markdown(
187
  """
188
  # ZenCtrl Demo