Samarth4023 commited on
Commit
3a1d273
·
1 Parent(s): 7fc2c5f

Added Images

Browse files
Files changed (2) hide show
  1. Images/Bot Image.jpeg +0 -0
  2. chatbot.py +3 -0
Images/Bot Image.jpeg ADDED
chatbot.py CHANGED
@@ -9,6 +9,9 @@ from streamlit_extras.add_vertical_space import add_vertical_space
9
  from streamlit_extras.let_it_rain import rain
10
  from streamlit_modal import Modal
11
 
 
 
 
12
  # Load BERT Model & Tokenizer
13
  MODEL_PATH = "Trained Model/chatbot_model" # Path where your model & tokenizer are saved
14
 
 
9
  from streamlit_extras.let_it_rain import rain
10
  from streamlit_modal import Modal
11
 
12
+ # Streamlit UI
13
+ st.set_page_config(page_title="ChatBot", layout="wide")
14
+
15
  # Load BERT Model & Tokenizer
16
  MODEL_PATH = "Trained Model/chatbot_model" # Path where your model & tokenizer are saved
17