umairahmad89 commited on
Commit
0e82628
1 Parent(s): 20b77a1

update icon

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,12 +23,12 @@ def add_to_db(file: gr.File):
23
 
24
 
25
  def main():
26
- with gr.Blocks(title="Hospital Policy", theme="soft") as demo:
27
  gr.HTML(
28
  """
29
  <div style="display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 10px;">
30
  <div style="width: 100px; height: 100px; border-radius: 50%; overflow: hidden;">
31
- <img src="/file=static/icon.jpg" alt="Hospital Icon" style="width: 100%; height: 100%; object-fit: cover;">
32
  </div>
33
  <div style="margin-top: 5px; font-size:24px; font-weight: bold;">Hospital Policy</div>
34
  </div>
 
23
 
24
 
25
  def main():
26
+ with gr.Blocks(title="Alialhajri Chat PPG", theme="soft") as demo:
27
  gr.HTML(
28
  """
29
  <div style="display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 10px;">
30
  <div style="width: 100px; height: 100px; border-radius: 50%; overflow: hidden;">
31
+ <img src="/file=static/icon_2.jpg" alt="Hospital Icon" style="width: 100%; height: 100%; object-fit: cover;">
32
  </div>
33
  <div style="margin-top: 5px; font-size:24px; font-weight: bold;">Hospital Policy</div>
34
  </div>