ammoncoder123 commited on
Commit
110a25c
·
verified ·
1 Parent(s): ea7bda1

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -40,7 +40,7 @@ def load_model():
40
 
41
  pipe = load_model()
42
 
43
- # ==================== CHAT INTERFACE ====================
44
  st.title("Industrial Practical Training Chatbot")
45
  st.info("Ask about logbooks, placement, or report writing.")
46
 
 
40
 
41
  pipe = load_model()
42
 
43
+ # CHAT INTERFACE
44
  st.title("Industrial Practical Training Chatbot")
45
  st.info("Ask about logbooks, placement, or report writing.")
46