Telemetry support for ec cli commands (#1030)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import os
|
||||
from embedchain import Pipeline as App
|
||||
|
||||
import streamlit as st
|
||||
|
||||
from embedchain import Pipeline as App
|
||||
|
||||
with st.sidebar:
|
||||
huggingface_access_token = st.text_input("Hugging face Token", key="chatbot_api_key", type="password")
|
||||
"[Get Hugging Face Access Token](https://huggingface.co/settings/tokens)"
|
||||
|
||||
Reference in New Issue
Block a user