About 5,310,000 results
Open links in new tab
  1. Building a Multilingual Code-Interpreter Chatbot with Streamlit

    Sep 29, 2023 · To use the Bard API, you’ll need an API key. Register on their platform, obtain the key, and store it securely. 1. Streamlit UI Setup 🖥️. Begin by setting up the Streamlit interface. …

  2. 8 tips for securely using API keys - Streamlit

    May 19, 2023 · In this post, I'll share with you eight tips for using API keys safely (to avoid security breaches and prevent unwanted access and large bills): Tip 1. Recognize API key risks. Tip 2. …

    Missing:

    • Bard

    Must include:

  3. How to use the "key" field in interactive widgets API - Streamlit

    Nov 12, 2019 · All interactive widgets have “key” as the last argument in the argument list. Is there a way to get the key of the widget which triggered the rerun? Are there examples explaining …

    Missing:

    • Bard

    Must include:

  4. How to get streamlit to recognize my api key? - Using Streamlit - Streamlit

    Nov 5, 2023 · You can set your API key in code using 'openai.api_key = <API-KEY>', or you can set the environment variable OPENAI_API_KEY=<API-KEY>). If your API key is stored in a …

    Missing:

    • Bard

    Must include:

  5. Streamlit API cheat sheet

    This is a summary of the docs for the latest version of Streamlit, v1.45.0. # Import convention >>> import streamlit as st. # Magic commands implicitly # call st.write(). "_This_ is some …

    Missing:

    • Bard

    Must include:

  6. Using Google Bard in Jupyter Notebook | by Norman Gwangwava …

    Jun 8, 2023 · Bard, a Large Language Model (LLM) by Google AI can be accessed in Jupyter Notebooks through the Bard-API Python package. Follow the steps below to start interacting …

  7. API reference - Streamlit

    Streamlit makes it easy for you to visualize, mutate, and share data. The API reference is organized by activity type, like displaying data or optimizing performance. Each section …

  8. How to Deploy Streamlit Apps: Complete Data Science …

    19 hours ago · my-streamlit-app/ ├── app.py # Main Streamlit application ├── requirements.txt # Python dependencies ├── README.md # Project documentation └── data/ # Optional data …

    Missing:

    • Bard

    Must include:

  9. Widget behavior - Streamlit Docs

    There are four parts to keep in mind when using widgets: The frontend component as seen by the user. The backend value or value as seen through st.session_state. The key of the widget …

    Missing:

    • Bard

    Must include:

  10. Secrets Management & Securely Connect to Private Data Sources - Streamlit

    Apr 9, 2021 · You can now use Secrets Management in Streamlit - a simple way to securely store your passwords and API keys in your Streamlit apps! See how to use it here.

    Missing:

    • Bard

    Must include:

Refresh