lisekarimi commited on
Commit
ffa80b4
·
1 Parent(s): 263effa

Deploy version 0.2.0

Browse files
Files changed (1) hide show
  1. src/ui.py +3 -2
src/ui.py CHANGED
@@ -61,7 +61,7 @@ def build_ui(css_path="assets/styles.css"):
61
 
62
  learn_more_html = """
63
  <div id="learn-more-button">
64
- <a href="/docs/"
65
  class="button-link">Documentation</a>
66
  </div>
67
  """
@@ -175,7 +175,8 @@ def build_ui(css_path="assets/styles.css"):
175
  # Floating chat button
176
  gr.HTML(
177
  """
178
- <a href="/docs/" class="floating-chat-btn" target="_blank">
 
179
  💬 Chat with AI Assistant
180
  </a>
181
  """
 
61
 
62
  learn_more_html = """
63
  <div id="learn-more-button">
64
+ <a href="https://datagen.lisekarimi.com/docs"
65
  class="button-link">Documentation</a>
66
  </div>
67
  """
 
175
  # Floating chat button
176
  gr.HTML(
177
  """
178
+ <a href="https://datagen.lisekarimi.com/docs" class="floating-chat-btn"
179
+ target="_blank">
180
  💬 Chat with AI Assistant
181
  </a>
182
  """