diff --git a/Part2/chatbot.py b/Part2/chatbot.py
index 1fca90d83e5a1dda678355d258091fbfc0d22f48..63f8cc533f00f6fa2e79bd61e5f228834c719bdb 100644
--- a/Part2/chatbot.py
+++ b/Part2/chatbot.py
@@ -1,11 +1,6 @@
 # Creator: Abir Chebbi (abir.chebbi@hesge.ch)
-
-
 import boto3
 import streamlit as st
-
-
-
 from langchain_community.embeddings import BedrockEmbeddings
 from langchain_community.chat_models import BedrockChat
 from opensearchpy import OpenSearch, RequestsHttpConnection, AWSV4SignerAuth