fixed small spelling mistake

This commit is contained in:
Rohit Nain
2025-09-09 13:13:57 +05:30
parent f20eac5beb
commit 09b960cefb
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ with gr.Blocks(title="Figma Onboarding Assistant", theme=gr.themes.Soft(), css=c
gr.HTML( gr.HTML(
""" """
<div class="header-container"> <div class="header-container">
<h1 class="header-title">🎨 Figma_AI_Assistant</h1> <h1 class="header-title">🎨 Figma AI Assistant</h1>
<p class="header-subtitle">Your AI-powered Figma learning companion</p> <p class="header-subtitle">Your AI-powered Figma learning companion</p>
</div> </div>

View File

@@ -323,7 +323,7 @@
" gr.HTML(\n", " gr.HTML(\n",
" \"\"\"\n", " \"\"\"\n",
" <div class=\"header-container\">\n", " <div class=\"header-container\">\n",
" <h1 class=\"header-title\">🎨 Figma_AI_Assistant</h1>\n", " <h1 class=\"header-title\">🎨 Figma AI Assistant</h1>\n",
" <p class=\"header-subtitle\">Your AI-powered Figma learning companion</p>\n", " <p class=\"header-subtitle\">Your AI-powered Figma learning companion</p>\n",
" </div>\n", " </div>\n",
" \n", " \n",