Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  st.title("Rasa Chatbot Interface")
6
 
7
  # Change api url to yours here
8
- url = https://omdena-lc-omdena-ng-lagos-chatbot-model.hf.space
9
 
10
  # Initialize chat history
11
  if "messages" not in st.session_state:
 
5
  st.title("Rasa Chatbot Interface")
6
 
7
  # Change api url to yours here
8
+ url = 'https://omdena-lc-omdena-ng-lagos-chatbot-model.hf.space'
9
 
10
  # Initialize chat history
11
  if "messages" not in st.session_state: