Spaces:
Runtime error
Runtime error
CyberNative
commited on
Commit
•
931cd7a
1
Parent(s):
79fc053
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ Colibri v0.1 is built on top of Dolphin Llama 3
|
|
25 |
PLACEHOLDER = """
|
26 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
27 |
<img src="https://huggingface.co/CyberNative-AI/Colibri_8b_v0.1/resolve/main/cybernative_ai_colibri_logo.jpeg" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
28 |
-
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Colibri_v0.1
|
29 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
30 |
</div>
|
31 |
"""
|
|
|
25 |
PLACEHOLDER = """
|
26 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
27 |
<img src="https://huggingface.co/CyberNative-AI/Colibri_8b_v0.1/resolve/main/cybernative_ai_colibri_logo.jpeg" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
28 |
+
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Colibri_v0.1</h1>
|
29 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
|
30 |
</div>
|
31 |
"""
|