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

Update app.py

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