Fix: Syntax
#10
by
pvanand
- opened
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:
|