Amironox commited on
Commit
a99f6a6
·
verified ·
1 Parent(s): 072e16a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -15,7 +15,7 @@ def get_api_key():
15
  # Retrieve API key from environment variable or prompt user
16
  return os.getenv("OPENAI_API_KEY") or st.text_input("Enter your API Key", type="password")
17
 
18
- st.title("Alphadata AIaaS on Intel® Gaudi®")
19
 
20
  # Extract endpoint and model names from JSON data
21
  endpoint = endpoint_data['endpoint']
 
15
  # Retrieve API key from environment variable or prompt user
16
  return os.getenv("OPENAI_API_KEY") or st.text_input("Enter your API Key", type="password")
17
 
18
+ st.title("AIaaS on Intel® Gaudi® Demo")
19
 
20
  # Extract endpoint and model names from JSON data
21
  endpoint = endpoint_data['endpoint']