Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import time
|
|
5 |
st.title("Omdena Chatbot Interface")
|
6 |
|
7 |
# Edit API url here
|
8 |
-
url = 'https://
|
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://pvanand-omdi-chat-model.hf.space'
|
9 |
|
10 |
# Initialize chat history
|
11 |
if "messages" not in st.session_state:
|