Satyam-Singh commited on
Commit
72bd549
1 Parent(s): e5003c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ TITLE = """<h1 align="center">LLaVa Studio 💬</h1>"""
15
  SUBTITLE = """<h2 align="center">Play with LLaVa Pro and LLaVa Pro Vision </h2>"""
16
 
17
  AVATAR_IMAGES = (
18
- None,
19
  'llava-logo.svg' #"https://media.roboflow.com/spaces/gemini-icon.png"
20
  )
21
 
 
15
  SUBTITLE = """<h2 align="center">Play with LLaVa Pro and LLaVa Pro Vision </h2>"""
16
 
17
  AVATAR_IMAGES = (
18
+ '1.png',
19
  'llava-logo.svg' #"https://media.roboflow.com/spaces/gemini-icon.png"
20
  )
21