pvanand commited on
Commit
eda4d2a
1 Parent(s): 02041d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import time
5
  st.title("Omdena Chatbot Interface")
6
 
7
  # Edit API url here
8
- url = 'https://pvanand-rasa-omdena-demo-model-feature-followup.hf.space'
9
 
10
  # Initialize chat history
11
  if "messages" not in st.session_state:
 
5
  st.title("Omdena Chatbot Interface")
6
 
7
  # Edit API url here
8
+ url = 'https://Omdi-chat-model.hf.space'
9
 
10
  # Initialize chat history
11
  if "messages" not in st.session_state: