olamidegoriola pvanand commited on
Commit
cc93d6f
1 Parent(s): c1f1c6e

Fix: Syntax (#10)

Browse files

- Fix: Syntax (1b2ce6866449f2cf8622e450dc4e54cf6fd15ec8)


Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>

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: