reedmayhew commited on
Commit
11414dd
·
verified ·
1 Parent(s): 1a187b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ SYSTEM_PROMPT = "You are an AI Healthcare assistant. Provide clear, empathetic,
11
 
12
  DESCRIPTION = '''
13
  <div>
14
- <h1 style="text-align: center;">HealthAssistant</h1>
 
15
  </div>
16
  '''
17
 
 
11
 
12
  DESCRIPTION = '''
13
  <div>
14
+ <img src="https://aihealthcare.gay/icon96.png" alt="HealthAssistant Logo" width="96" height="96">
15
+ <h1 style="margin-left: 20px; text-align: center;">HealthAssistant</h1>
16
  </div>
17
  '''
18