Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай
Developing LLM App Frontends with Streamlit,
а также все другие курсы, прямо сейчас!
Премиум
-
Урок 1. 00:03:08Introduction
-
Урок 2. 00:04:15Introduction to Streamlit
-
Урок 3. 00:05:28Streamlit Main Concepts
-
Урок 4. 00:05:32Displaying Data on the Screen: st.write() and Magic
-
Урок 5. 00:05:10Widgets Part 1: text_input, number_input, button
-
Урок 6. 00:07:25Widgets Part 2: checkbox, radio, select
-
Урок 7. 00:08:15Widgets Part 3: slider, file_uploader, camera_input, image
-
Урок 8. 00:01:57Layout: Sidebar
-
Урок 9. 00:04:30Layout: Columns
-
Урок 10. 00:02:10Layout: Expander
-
Урок 11. 00:03:08Displaying a Progress Bar
-
Урок 12. 00:07:35Session State
-
Урок 13. 00:06:08Callbacks
-
Урок 14. 00:04:09Project Introduction and Library Installation
-
Урок 15. 00:06:14Defining Functions
-
Урок 16. 00:06:04Creating the Sidebar
-
Урок 17. 00:06:22Reading, Chunking, and Embedding Data
-
Урок 18. 00:05:25Asking Questions and Getting Answers
-
Урок 19. 00:06:00Saving the Chat History
-
Урок 20. 00:04:57Clearing Session State History using Callback Functions