sam2ai commited on
Commit
5ed62c0
1 Parent(s): 3314c60

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import os
18
 
19
 
20
  # ---- LOAD ASSETS ----
21
- img_page_icon = Image.open("images/web_icon.jpeg")
22
 
23
  # Find more emojis here: https://www.webfx.com/tools/emoji-cheat-sheet/
24
  st.set_page_config(page_title="OdiaGenAI ", page_icon=img_page_icon, layout="wide")
 
18
 
19
 
20
  # ---- LOAD ASSETS ----
21
+ img_page_icon = Image.open("./olive_webscrapping.jpg")
22
 
23
  # Find more emojis here: https://www.webfx.com/tools/emoji-cheat-sheet/
24
  st.set_page_config(page_title="OdiaGenAI ", page_icon=img_page_icon, layout="wide")