KrSharangrav commited on
Commit
acf153e
·
1 Parent(s): 6a573c9
Files changed (2) hide show
  1. app.py +1 -1
  2. sen_analysis.png +0 -0
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/sentiment_analysis.png", width=180)
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=180)
8
  st.sidebar.markdown("## Group A Submission - Python")
9
 
10
  # Sidebar: Add submitted by details.
sen_analysis.png ADDED