Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ Built with Meta Llama 3.1 8B
|
|
33 |
PLACEHOLDER = """
|
34 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
35 |
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">LLaMA-Mesh</h1>
|
36 |
-
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">
|
37 |
</div>
|
38 |
"""
|
39 |
|
|
|
33 |
PLACEHOLDER = """
|
34 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
35 |
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">LLaMA-Mesh</h1>
|
36 |
+
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Create 3D meshes by chatting.</p>
|
37 |
</div>
|
38 |
"""
|
39 |
|