vSiddi
commited on
Commit
·
ca3d879
1
Parent(s):
776fff9
Fix to demo instance
Browse files- modules/nav_about.py +1 -1
modules/nav_about.py
CHANGED
@@ -46,7 +46,7 @@ def app():
|
|
46 |
This mode provides free access to a deployed model managed by the ZySec team,
|
47 |
subject to availability. It's a great choice for trying out ZySec without any setup.
|
48 |
""")
|
49 |
-
remote_model_uri = st.text_input("Remote Model Base URL Endpoint",value=
|
50 |
st.error("Disabled changes here but you can play with your own deployment")
|
51 |
|
52 |
elif server_mode == "OpenAI":
|
|
|
46 |
This mode provides free access to a deployed model managed by the ZySec team,
|
47 |
subject to availability. It's a great choice for trying out ZySec without any setup.
|
48 |
""")
|
49 |
+
remote_model_uri = st.text_input("Remote Model Base URL Endpoint",value="DEMO INSTANCE", key="remote_model_uri",disabled=True)
|
50 |
st.error("Disabled changes here but you can play with your own deployment")
|
51 |
|
52 |
elif server_mode == "OpenAI":
|