Sávio Santos commited on
Commit
779929a
·
1 Parent(s): b5c4d16

Fix title color

Browse files
Files changed (1) hide show
  1. src/interface.py +2 -2
src/interface.py CHANGED
@@ -13,11 +13,11 @@ def create_interface(diagram_types, respond):
13
  with gr.Blocks(title="PlantUML Agent", theme=gr.themes.Soft()) as demo:
14
  gr.HTML(
15
  """
16
- <h1 style="text-align: center; color: #333;">PlantUML Agent</h1>
17
  <div style="text-align: center; margin-bottom: 20px;">
18
  <img src="https://repository-images.githubusercontent.com/553868400/2f7375d8-c2ee-44fe-81d0-a8a29ec284da" alt="PlantUML Logo" style="height: 60px;">
19
  </div>
20
- <p style="text-align: center; font-size: 1.1em; color: #555;">
21
  Generate UML diagrams using <a href="https://plantuml.com" target="_blank" style="color: #1A73E8; text-decoration: none;">PlantUML</a> syntax with the help of an AI agent.
22
  </p>
23
  <hr style="border: 0; height: 1px; background: #eee; margin: 20px 0;">
 
13
  with gr.Blocks(title="PlantUML Agent", theme=gr.themes.Soft()) as demo:
14
  gr.HTML(
15
  """
16
+ <h1 style="text-align: center; color: white;">PlantUML Agent</h1>
17
  <div style="text-align: center; margin-bottom: 20px;">
18
  <img src="https://repository-images.githubusercontent.com/553868400/2f7375d8-c2ee-44fe-81d0-a8a29ec284da" alt="PlantUML Logo" style="height: 60px;">
19
  </div>
20
+ <p style="text-align: center; font-size: 1.1em; color: white;">
21
  Generate UML diagrams using <a href="https://plantuml.com" target="_blank" style="color: #1A73E8; text-decoration: none;">PlantUML</a> syntax with the help of an AI agent.
22
  </p>
23
  <hr style="border: 0; height: 1px; background: #eee; margin: 20px 0;">