ctgadget commited on
Commit
d021471
·
1 Parent(s): a69647f

removed commented code from both apps.

Browse files
chatbotlib/chatbot_demo.py CHANGED
@@ -257,13 +257,6 @@ def run_app():
257
  if 'past' not in st.session_state:
258
  st.session_state['past'] = []
259
 
260
- #st.subheader(
261
- #"""
262
- #NLP Bot is an NLP conversational chat bot. Begin by entering in a prompt below.
263
- #"""
264
- #)
265
- #st.write("---")
266
-
267
  # Get user input
268
  user_input = get_text()
269
 
 
257
  if 'past' not in st.session_state:
258
  st.session_state['past'] = []
259
 
 
 
 
 
 
 
 
260
  # Get user input
261
  user_input = get_text()
262
 
chatbotlib/train_chatbot.py CHANGED
@@ -154,7 +154,6 @@ def run_app():
154
  Let's train the chatbot model by following the sequence of steps provided below:
155
  """
156
  )
157
- #st.markdown("<div style='text-align: center;'>Let's train the chatbot model by following the sequence of steps provided below:</div>", unsafe_allow_html=True)
158
  # Summary of steps
159
  st.markdown(
160
  """
 
154
  Let's train the chatbot model by following the sequence of steps provided below:
155
  """
156
  )
 
157
  # Summary of steps
158
  st.markdown(
159
  """