Spaces:
Sleeping
Sleeping
Commit
·
ffa80b4
1
Parent(s):
263effa
Deploy version 0.2.0
Browse files
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
|
|
|
|
| 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 |
"""
|