yiyixin commited on
Commit
8b5acff
1 Parent(s): 7fdda27
Files changed (1) hide show
  1. frontend.py +1 -1
frontend.py CHANGED
@@ -29,7 +29,7 @@ def get_text():
29
 
30
  st.header("ChatPaper - Demo")
31
 
32
- API_URL = "http://127.0.0.1:8080/query/"
33
  header = {"api_key": ""}
34
 
35
  if 'generated' not in st.session_state:
 
29
 
30
  st.header("ChatPaper - Demo")
31
 
32
+ API_URL = "http://10.19.90.124:8080/query/"
33
  header = {"api_key": ""}
34
 
35
  if 'generated' not in st.session_state: