PARTHA181098 commited on
Commit
7700a5b
·
verified ·
1 Parent(s): 5222ee7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -4,7 +4,8 @@ import json
4
  import asyncio
5
  import websockets
6
 
7
- MIDDLEWARE_WS = "wss://huggingface.co/spaces/PARTHA181098/middleware/chat"
 
8
 
9
  st.set_page_config(page_title="Secure AI Chat")
10
 
 
4
  import asyncio
5
  import websockets
6
 
7
+ MIDDLEWARE_WS = "wss://partha181098-middleware.hf.space/chat"
8
+ "
9
 
10
  st.set_page_config(page_title="Secure AI Chat")
11