Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
90 |
# Add the Groq badge
|
91 |
gr.HTML("""
|
92 |
<div id="groq-badge">
|
93 |
-
<div style="color: #f55036; font-weight: bold;">POWERED BY
|
94 |
</div>
|
95 |
""")
|
96 |
|
|
|
90 |
# Add the Groq badge
|
91 |
gr.HTML("""
|
92 |
<div id="groq-badge">
|
93 |
+
<div style="color: #f55036; font-weight: bold;">POWERED BY LLAVA</div>
|
94 |
</div>
|
95 |
""")
|
96 |
|