Spaces:
Sleeping
Sleeping
catastropiyush
commited on
Update app.py
Browse files
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.
|
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"""
|