catastropiyush commited on
Commit
233e1d5
·
verified ·
1 Parent(s): cf7ce84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ if 'messages' not in st.session_state:
77
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello I am Pingu! Upload a PDF and ask me anything about its content.'}]
78
 
79
  # Define your custom icon
80
- custom_icon_url = "./custom_icon.png" # Adjust this to your icon's file path
81
 
82
  # CSS to customize the chatbot icon
83
  st.markdown(f"""
 
77
  st.session_state.messages = [{'role': 'assistant', "content": 'Hello I am Pingu! Upload a PDF and ask me anything about its content.'}]
78
 
79
  # Define your custom icon
80
+ custom_icon_url = "./custom_icon.jpeg" # Adjust this to your icon's file path
81
 
82
  # CSS to customize the chatbot icon
83
  st.markdown(f"""