vSiddi commited on
Commit
dfc63e7
1 Parent(s): 5104dc5
Files changed (1) hide show
  1. 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="app_constants.ZYSEC_DEMO", key="remote_model_uri",disabled=True,visbility=False)
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=app_constants.ZYSEC_DEMO, 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":