upload
Browse files- 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://
|
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:
|