Spaces:
Running
Running
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
|
@@ -40,7 +40,7 @@ def load_model():
|
|
| 40 |
|
| 41 |
pipe = load_model()
|
| 42 |
|
| 43 |
-
#
|
| 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 |
|