Spaces:
Sleeping
Sleeping
KrSharangrav
commited on
Commit
·
5a308ce
1
Parent(s):
7c07e1a
Slight change
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from db import insert_data_if_empty, get_mongo_client
|
|
4 |
from chatbot import chatbot_response
|
5 |
|
6 |
# Sidebar: Display image and title.
|
7 |
-
st.sidebar.image("https://huggingface.co/spaces/sharangrav24/SentimentAnalysis/resolve/main/sen_analysis.png", width=
|
8 |
st.sidebar.markdown("## Group A Submission - Python")
|
9 |
|
10 |
# Sidebar: Add submitted by details.
|
|
|
4 |
from chatbot import chatbot_response
|
5 |
|
6 |
# Sidebar: Display image and title.
|
7 |
+
st.sidebar.image("https://huggingface.co/spaces/sharangrav24/SentimentAnalysis/resolve/main/sen_analysis.png", width=200)
|
8 |
st.sidebar.markdown("## Group A Submission - Python")
|
9 |
|
10 |
# Sidebar: Add submitted by details.
|