Zhengyi commited on
Commit
c9b7278
β€’
1 Parent(s): 42ce289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;">Ask me anything...</p>
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