WoodLB commited on
Commit
1cae5f1
1 Parent(s): b5c27c2

added video

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import streamlit as st
5
  st.title('Welcome to the Labelbox custom classifier training application!')
6
  st.header('In this module you will be able to add data to your instance if you dont already have it, and then use bulk classification to train a custom image classification model')
7
  st.subheader("If you don't have data in your org, enter your API Click the button below! Otherwise, Skip to section 2")
 
 
8
  # -*- coding: utf-8 -*-
9
  """
10
  Original file is located at
 
5
  st.title('Welcome to the Labelbox custom classifier training application!')
6
  st.header('In this module you will be able to add data to your instance if you dont already have it, and then use bulk classification to train a custom image classification model')
7
  st.subheader("If you don't have data in your org, enter your API Click the button below! Otherwise, Skip to section 2")
8
+ st.video("https://storage.googleapis.com/app-videos/How%20to%20Make%20an%20API%20Key%20on%20labelbox.com.mp4")
9
+ st.write("this video show you how to create an API key in Labelbox")
10
  # -*- coding: utf-8 -*-
11
  """
12
  Original file is located at